Html Css Color HEX #B0477C Royal Heath

📋 copy color: '#B0477C'

red 176 ◦ green 71 ◦ blue 124

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

Shades of Royal Heath #B0477C

Tints of Royal Heath #B0477C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.42%

R = 47.44%
G = 19.14%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0477C (or 0xB0477C) is known color: Royal Heath. HEX triplet: B0, 47 and 7C. RGB value is (176,71,124). Sum of RGB (Red+Green+Blue) = 176+71+124=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B0477C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0477C is #4FB883. Grayscale: #6C6C6C. Windows color (decimal): -5224580 or 8144816. OLE color: 8144816.

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

Color convert

RGB 176 71 124 -
CMYK 0 0.60 0.30 0.31
HSL 329.71º 0.43% 0.48% -
HSV(B) 329.71º 0.6% 0.69% -
XYZ 23.8 15.19 20.75 -
YUV 108.44 136.79 176.19 -
System Red Green Blue C M Y K H S L
Decimal 176 71 124 0 0.60 0.30 0.31 329.71 0.43 0.48
Hex B0 47 7C 0 3C 1E 1F 14A 2B 30
Octal 260 107 174 0 74 36 37 512 53 60
Binary 10110000 1000111 1111100 0 111100 11110 11111 101001010 101011 110000

Color Harmonies of #B0477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0477C

Black with #B0477C

Text Example


Text Example

White with #B0477C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0477C; }

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

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

background-color css

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

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

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

border-color css

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

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

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