Html Css Color HEX #B0447C Royal Heath

📋 copy color: '#B0447C'

red 176 ◦ green 68 ◦ blue 124

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

Shades of Royal Heath #B0447C

Tints of Royal Heath #B0447C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.48%

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

R = 47.83%
G = 18.48%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0447C (or 0xB0447C) is known color: Royal Heath. HEX triplet: B0, 44 and 7C. RGB value is (176,68,124). Sum of RGB (Red+Green+Blue) = 176+68+124=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B0447C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0447C is #4FBB83. Grayscale: #6A6A6A. Windows color (decimal): -5225348 or 8144048. OLE color: 8144048.

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

Color convert

RGB 176 68 124 -
CMYK 0 0.61 0.30 0.31
HSL 328.89º 0.44% 0.48% -
HSV(B) 328.89º 0.61% 0.69% -
XYZ 23.61 14.82 20.68 -
YUV 106.68 137.78 177.45 -
System Red Green Blue C M Y K H S L
Decimal 176 68 124 0 0.61 0.30 0.31 328.89 0.44 0.48
Hex B0 44 7C 0 3D 1E 1F 149 2C 30
Octal 260 104 174 0 75 36 37 511 54 60
Binary 10110000 1000100 1111100 0 111101 11110 11111 101001001 101100 110000

Color Harmonies of #B0447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0447C

Black with #B0447C

Text Example


Text Example

White with #B0447C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0447C; }

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

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

background-color css

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

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

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

border-color css

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

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

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