Html Css Color HEX #B0477F Royal Heath

📋 copy color: '#B0477F'

red 176 ◦ green 71 ◦ blue 127

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

Shades of Royal Heath #B0477F

Tints of Royal Heath #B0477F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.98%

 BLUE value IS 127 (50% from 255) = 33.96%

R = 47.06%
G = 18.98%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0477F (or 0xB0477F) is known color: Royal Heath. HEX triplet: B0, 47 and 7F. RGB value is (176,71,127). Sum of RGB (Red+Green+Blue) = 176+71+127=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B0477F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0477F is #4FB880. Grayscale: #6C6C6C. Windows color (decimal): -5224577 or 8341424. OLE color: 8341424.

HSL color Cylindrical-coordinate representation of color #B0477F: hue angle of 328º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0477F is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 71 127 -
CMYK 0 0.60 0.28 0.31
HSL 328º 0.43% 0.48% -
HSV(B) 328º 0.6% 0.69% -
XYZ 23.99 15.27 21.76 -
YUV 108.78 138.29 175.95 -
System Red Green Blue C M Y K H S L
Decimal 176 71 127 0 0.60 0.28 0.31 328 0.43 0.48
Hex B0 47 7F 0 3C 1C 1F 148 2B 30
Octal 260 107 177 0 74 34 37 510 53 60
Binary 10110000 1000111 1111111 0 111100 11100 11111 101001000 101011 110000

Color Harmonies of #B0477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0477F

Black with #B0477F

Text Example


Text Example

White with #B0477F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0477F; }

 p { color: rgb(176,71,127); }

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

background-color css

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

 a { background-color: rgb(176,71,127); }

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

border-color css

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

 span { border-color: rgb(176,71,127); }

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