Html Css Color HEX #B5447C Royal Heath

📋 copy color: '#B5447C'

red 181 ◦ green 68 ◦ blue 124

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

Shades of Royal Heath #B5447C

Tints of Royal Heath #B5447C

RGB

 RED value IS 181 (71.09% from 255) = 48.53%

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

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

R = 48.53%
G = 18.23%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B5447C (or 0xB5447C) is known color: Royal Heath. HEX triplet: B5, 44 and 7C. RGB value is (181,68,124). Sum of RGB (Red+Green+Blue) = 181+68+124=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B5447C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5447C is #4ABB83. Grayscale: #6C6C6C. Windows color (decimal): -4897668 or 8144053. OLE color: 8144053.

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

Color convert

RGB 181 68 124 -
CMYK 0 0.62 0.31 0.29
HSL 330.27º 0.45% 0.49% -
HSV(B) 330.27º 0.62% 0.71% -
XYZ 24.76 15.41 20.74 -
YUV 108.17 136.94 179.95 -
System Red Green Blue C M Y K H S L
Decimal 181 68 124 0 0.62 0.31 0.29 330.27 0.45 0.49
Hex B5 44 7C 0 3E 1F 1D 14A 2D 31
Octal 265 104 174 0 76 37 35 512 55 61
Binary 10110101 1000100 1111100 0 111110 11111 11101 101001010 101101 110001

Color Harmonies of #B5447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5447C

Black with #B5447C

Text Example


Text Example

White with #B5447C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5447C; }

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

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

background-color css

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

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

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

border-color css

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

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

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