Html Css Color HEX #B81088 Medium Violet Red

📋 copy color: '#B81088'

red 184 ◦ green 16 ◦ blue 136

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

Shades of Medium Violet Red #B81088

Tints of Medium Violet Red #B81088

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.76%

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

R = 54.76%
G = 4.76%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#B81088 (or 0xB81088) is known color: Medium Violet Red. HEX triplet: B8, 10 and 88. RGB value is (184,16,136). Sum of RGB (Red+Green+Blue) = 184+16+136=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B81088 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81088 is #47EF77. Grayscale: #4F4F4F. Windows color (decimal): -4714360 or 8917176. OLE color: 8917176.

HSL color Cylindrical-coordinate representation of color #B81088: hue angle of 317.14º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B81088 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 16 136 -
CMYK 0 0.91 0.26 0.28
HSL 317.14º 0.84% 0.39% -
HSV(B) 317.14º 0.91% 0.72% -
XYZ 24.4 12.34 24.39 -
YUV 79.91 159.66 202.24 -
System Red Green Blue C M Y K H S L
Decimal 184 16 136 0 0.91 0.26 0.28 317.14 0.84 0.39
Hex B8 10 88 0 5B 1A 1C 13D 54 27
Octal 270 20 210 0 133 32 34 475 124 47
Binary 10111000 10000 10001000 0 1011011 11010 11100 100111101 1010100 100111

Color Harmonies of #B81088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81088

Black with #B81088

Text Example


Text Example

White with #B81088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81088; }

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

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

background-color css

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

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

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

border-color css

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

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

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