Html Css Color HEX #B05184 Royal Heath

📋 copy color: '#B05184'

red 176 ◦ green 81 ◦ blue 132

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

Shades of Royal Heath #B05184

Tints of Royal Heath #B05184

RGB

 RED value IS 176 (69.14% from 255) = 45.24%

 GREEN value IS 81 (32.03% from 255) = 20.82%

 BLUE value IS 132 (51.95% from 255) = 33.93%

R = 45.24%
G = 20.82%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B05184 (or 0xB05184) is known color: Royal Heath. HEX triplet: B0, 51 and 84. RGB value is (176,81,132). Sum of RGB (Red+Green+Blue) = 176+81+132=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B05184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05184 is #4FAE7B. Grayscale: #737373. Windows color (decimal): -5222012 or 8671664. OLE color: 8671664.

HSL color Cylindrical-coordinate representation of color #B05184: hue angle of 327.79º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B05184 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 81 132 -
CMYK 0 0.54 0.25 0.31
HSL 327.79º 0.38% 0.5% -
HSV(B) 327.79º 0.54% 0.69% -
XYZ 25.01 16.78 23.75 -
YUV 115.22 137.47 171.35 -
System Red Green Blue C M Y K H S L
Decimal 176 81 132 0 0.54 0.25 0.31 327.79 0.38 0.5
Hex B0 51 84 0 36 19 1F 148 26 32
Octal 260 121 204 0 66 31 37 510 46 62
Binary 10110000 1010001 10000100 0 110110 11001 11111 101001000 100110 110010

Color Harmonies of #B05184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05184

Black with #B05184

Text Example


Text Example

White with #B05184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05184; }

 p { color: rgb(176,81,132); }

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

background-color css

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

 a { background-color: rgb(176,81,132); }

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

border-color css

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

 span { border-color: rgb(176,81,132); }

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