Html Css Color HEX #B0437C Royal Heath

📋 copy color: '#B0437C'

red 176 ◦ green 67 ◦ blue 124

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

Shades of Royal Heath #B0437C

Tints of Royal Heath #B0437C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.26%

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

R = 47.96%
G = 18.26%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0437C (or 0xB0437C) is known color: Royal Heath. HEX triplet: B0, 43 and 7C. RGB value is (176,67,124). Sum of RGB (Red+Green+Blue) = 176+67+124=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B0437C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0437C is #4FBC83. Grayscale: #696969. Windows color (decimal): -5225604 or 8143792. OLE color: 8143792.

HSL color Cylindrical-coordinate representation of color #B0437C: hue angle of 328.62º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B0437C is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 67 124 -
CMYK 0 0.62 0.30 0.31
HSL 328.62º 0.45% 0.48% -
HSV(B) 328.62º 0.62% 0.69% -
XYZ 23.55 14.7 20.66 -
YUV 106.09 138.11 177.87 -
System Red Green Blue C M Y K H S L
Decimal 176 67 124 0 0.62 0.30 0.31 328.62 0.45 0.48
Hex B0 43 7C 0 3E 1E 1F 149 2D 30
Octal 260 103 174 0 76 36 37 511 55 60
Binary 10110000 1000011 1111100 0 111110 11110 11111 101001001 101101 110000

Color Harmonies of #B0437C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0437C

Black with #B0437C

Text Example


Text Example

White with #B0437C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0437C; }

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

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

background-color css

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

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

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

border-color css

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

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

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