Html Css Color HEX #B05984 Royal Heath

📋 copy color: '#B05984'

red 176 ◦ green 89 ◦ blue 132

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

Shades of Royal Heath #B05984

Tints of Royal Heath #B05984

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.42%

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

R = 44.33%
G = 22.42%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B05984 (or 0xB05984) is known color: Royal Heath. HEX triplet: B0, 59 and 84. RGB value is (176,89,132). Sum of RGB (Red+Green+Blue) = 176+89+132=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B05984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05984 is #4FA67B. Grayscale: #777777. Windows color (decimal): -5219964 or 8673712. OLE color: 8673712.

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

Color convert

RGB 176 89 132 -
CMYK 0 0.49 0.25 0.31
HSL 330.34º 0.36% 0.52% -
HSV(B) 330.34º 0.49% 0.69% -
XYZ 25.64 18.04 23.96 -
YUV 119.92 134.82 168 -
System Red Green Blue C M Y K H S L
Decimal 176 89 132 0 0.49 0.25 0.31 330.34 0.36 0.52
Hex B0 59 84 0 31 19 1F 14A 24 34
Octal 260 131 204 0 61 31 37 512 44 64
Binary 10110000 1011001 10000100 0 110001 11001 11111 101001010 100100 110100

Color Harmonies of #B05984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05984

Black with #B05984

Text Example


Text Example

White with #B05984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05984; }

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

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

background-color css

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

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

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

border-color css

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

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

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