Html Css Color HEX #B81498 Medium Violet Red

📋 copy color: '#B81498'

red 184 ◦ green 20 ◦ blue 152

#B81498
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #B81498

Tints of Medium Violet Red #B81498

RGB

 RED value IS 184 (72.27% from 255) = 51.69%

 GREEN value IS 20 (8.2% from 255) = 5.62%

 BLUE value IS 152 (59.77% from 255) = 42.7%

R = 51.69%
G = 5.62%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B81498 (or 0xB81498) is known color: Medium Violet Red. HEX triplet: B8, 14 and 98. RGB value is (184,20,152). Sum of RGB (Red+Green+Blue) = 184+20+152=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 152 (59.77% from 255 or 42.70% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B81498 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81498 is #47EB67. Grayscale: #535353. Windows color (decimal): -4713320 or 9966776. OLE color: 9966776.

HSL color Cylindrical-coordinate representation of color #B81498: hue angle of 311.71º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B81498 is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 20 152 -
CMYK 0 0.89 0.17 0.28
HSL 311.71º 0.8% 0.4% -
HSV(B) 311.71º 0.89% 0.72% -
XYZ 25.68 12.96 30.85 -
YUV 84.08 166.33 199.27 -
System Red Green Blue C M Y K H S L
Decimal 184 20 152 0 0.89 0.17 0.28 311.71 0.8 0.4
Hex B8 14 98 0 59 11 1C 138 50 28
Octal 270 24 230 0 131 21 34 470 120 50
Binary 10111000 10100 10011000 0 1011001 10001 11100 100111000 1010000 101000

Color Harmonies of #B81498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81498

Black with #B81498

Text Example


Text Example

White with #B81498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81498; }

 p { color: rgb(184,20,152); }

 H1.HeaderClassName
 {
   color: #B81498;
 }
 .AnyTagClassName
 {
   color: #B81498;
 }
</style>

background-color css

<style>
 a { background-color: #B81498; }

 a { background-color: rgb(184,20,152); }

 div.DivClassName
 {
   background-color: #B81498;
 }
 .BgClassName
 {
   background-color: #B81498;
 }
</style>

border-color css

<style>
 span { border-color: #B81498; }

 span { border-color: rgb(184,20,152); }

 td.TdClassName
 {
   border-color: #B81498;
 }
 .TagClassName
 {
   border-color: #B81498;
 }
</style>