Html Css Color HEX #B0477B Royal Heath

📋 copy color: '#B0477B'

red 176 ◦ green 71 ◦ blue 123

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

Shades of Royal Heath #B0477B

Tints of Royal Heath #B0477B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.24%

R = 47.57%
G = 19.19%
B = 33.24%

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

#B0477B (or 0xB0477B) is known color: Royal Heath. HEX triplet: B0, 47 and 7B. RGB value is (176,71,123). Sum of RGB (Red+Green+Blue) = 176+71+123=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B0477B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0477B is #4FB884. Grayscale: #6C6C6C. Windows color (decimal): -5224581 or 8079280. OLE color: 8079280.

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

Color convert

RGB 176 71 123 -
CMYK 0 0.60 0.30 0.31
HSL 330.29º 0.43% 0.48% -
HSV(B) 330.29º 0.6% 0.69% -
XYZ 23.73 15.17 20.42 -
YUV 108.32 136.29 176.27 -
System Red Green Blue C M Y K H S L
Decimal 176 71 123 0 0.60 0.30 0.31 330.29 0.43 0.48
Hex B0 47 7B 0 3C 1E 1F 14A 2B 30
Octal 260 107 173 0 74 36 37 512 53 60
Binary 10110000 1000111 1111011 0 111100 11110 11111 101001010 101011 110000

Color Harmonies of #B0477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0477B

Black with #B0477B

Text Example


Text Example

White with #B0477B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0477B; }

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

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

background-color css

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

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

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

border-color css

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

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

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