Html Css Color HEX #B05580 Royal Heath

📋 copy color: '#B05580'

red 176 ◦ green 85 ◦ blue 128

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

Shades of Royal Heath #B05580

Tints of Royal Heath #B05580

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.85%

 BLUE value IS 128 (50.39% from 255) = 32.9%

R = 45.24%
G = 21.85%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B05580 (or 0xB05580) is known color: Royal Heath. HEX triplet: B0, 55 and 80. RGB value is (176,85,128). Sum of RGB (Red+Green+Blue) = 176+85+128=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B05580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05580 is #4FAA7F. Grayscale: #757575. Windows color (decimal): -5220992 or 8410544. OLE color: 8410544.

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

Color convert

RGB 176 85 128 -
CMYK 0 0.52 0.27 0.31
HSL 331.65º 0.37% 0.51% -
HSV(B) 331.65º 0.52% 0.69% -
XYZ 25.05 17.29 22.44 -
YUV 117.11 134.15 170 -
System Red Green Blue C M Y K H S L
Decimal 176 85 128 0 0.52 0.27 0.31 331.65 0.37 0.51
Hex B0 55 80 0 34 1B 1F 14C 25 33
Octal 260 125 200 0 64 33 37 514 45 63
Binary 10110000 1010101 10000000 0 110100 11011 11111 101001100 100101 110011

Color Harmonies of #B05580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05580

Black with #B05580

Text Example


Text Example

White with #B05580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05580; }

 p { color: rgb(176,85,128); }

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

background-color css

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

 a { background-color: rgb(176,85,128); }

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

border-color css

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

 span { border-color: rgb(176,85,128); }

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