Html Css Color HEX #B05480 Royal Heath

📋 copy color: '#B05480'

red 176 ◦ green 84 ◦ blue 128

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

Shades of Royal Heath #B05480

Tints of Royal Heath #B05480

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.65%

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

R = 45.36%
G = 21.65%
B = 32.99%

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

#B05480 (or 0xB05480) is known color: Royal Heath. HEX triplet: B0, 54 and 80. RGB value is (176,84,128). Sum of RGB (Red+Green+Blue) = 176+84+128=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B05480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05480 is #4FAB7F. Grayscale: #747474. Windows color (decimal): -5221248 or 8410288. OLE color: 8410288.

HSL color Cylindrical-coordinate representation of color #B05480: hue angle of 331.3º 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 #B05480 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 84 128 -
CMYK 0 0.52 0.27 0.31
HSL 331.3º 0.37% 0.51% -
HSV(B) 331.3º 0.52% 0.69% -
XYZ 24.97 17.13 22.41 -
YUV 116.52 134.48 170.42 -
System Red Green Blue C M Y K H S L
Decimal 176 84 128 0 0.52 0.27 0.31 331.3 0.37 0.51
Hex B0 54 80 0 34 1B 1F 14B 25 33
Octal 260 124 200 0 64 33 37 513 45 63
Binary 10110000 1010100 10000000 0 110100 11011 11111 101001011 100101 110011

Color Harmonies of #B05480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05480

Black with #B05480

Text Example


Text Example

White with #B05480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05480; }

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

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

background-color css

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

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

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

border-color css

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

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

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