Html Css Color HEX #B81388 Medium Violet Red

📋 copy color: '#B81388'

red 184 ◦ green 19 ◦ blue 136

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

Shades of Medium Violet Red #B81388

Tints of Medium Violet Red #B81388

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.6%

 BLUE value IS 136 (53.52% from 255) = 40.12%

R = 54.28%
G = 5.6%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#B81388 (or 0xB81388) is known color: Medium Violet Red. HEX triplet: B8, 13 and 88. RGB value is (184,19,136). Sum of RGB (Red+Green+Blue) = 184+19+136=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B81388 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81388 is #47EC77. Grayscale: #515151. Windows color (decimal): -4713592 or 8917944. OLE color: 8917944.

HSL color Cylindrical-coordinate representation of color #B81388: hue angle of 317.45º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B81388 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 19 136 -
CMYK 0 0.90 0.26 0.28
HSL 317.45º 0.81% 0.4% -
HSV(B) 317.45º 0.9% 0.72% -
XYZ 24.44 12.43 24.4 -
YUV 81.67 158.66 200.99 -
System Red Green Blue C M Y K H S L
Decimal 184 19 136 0 0.90 0.26 0.28 317.45 0.81 0.4
Hex B8 13 88 0 5A 1A 1C 13D 51 28
Octal 270 23 210 0 132 32 34 475 121 50
Binary 10111000 10011 10001000 0 1011010 11010 11100 100111101 1010001 101000

Color Harmonies of #B81388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81388

Black with #B81388

Text Example


Text Example

White with #B81388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81388; }

 p { color: rgb(184,19,136); }

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

background-color css

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

 a { background-color: rgb(184,19,136); }

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

border-color css

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

 span { border-color: rgb(184,19,136); }

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