Html Css Color HEX #B05882 Royal Heath

📋 copy color: '#B05882'

red 176 ◦ green 88 ◦ blue 130

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

Shades of Royal Heath #B05882

Tints of Royal Heath #B05882

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.34%

 BLUE value IS 130 (51.17% from 255) = 32.99%

R = 44.67%
G = 22.34%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B05882 (or 0xB05882) is known color: Royal Heath. HEX triplet: B0, 58 and 82. RGB value is (176,88,130). Sum of RGB (Red+Green+Blue) = 176+88+130=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B05882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05882 is #4FA77D. Grayscale: #777777. Windows color (decimal): -5220222 or 8542384. OLE color: 8542384.

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

Color convert

RGB 176 88 130 -
CMYK 0 0.50 0.26 0.31
HSL 331.36º 0.36% 0.52% -
HSV(B) 331.36º 0.5% 0.69% -
XYZ 25.42 17.82 23.22 -
YUV 119.1 134.15 168.58 -
System Red Green Blue C M Y K H S L
Decimal 176 88 130 0 0.50 0.26 0.31 331.36 0.36 0.52
Hex B0 58 82 0 32 1A 1F 14B 24 34
Octal 260 130 202 0 62 32 37 513 44 64
Binary 10110000 1011000 10000010 0 110010 11010 11111 101001011 100100 110100

Color Harmonies of #B05882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05882

Black with #B05882

Text Example


Text Example

White with #B05882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05882; }

 p { color: rgb(176,88,130); }

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

background-color css

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

 a { background-color: rgb(176,88,130); }

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

border-color css

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

 span { border-color: rgb(176,88,130); }

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