Html Css Color HEX #B5447E Royal Heath

📋 copy color: '#B5447E'

red 181 ◦ green 68 ◦ blue 126

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

Shades of Royal Heath #B5447E

Tints of Royal Heath #B5447E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.6%

R = 48.27%
G = 18.13%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5447E (or 0xB5447E) is known color: Royal Heath. HEX triplet: B5, 44 and 7E. RGB value is (181,68,126). Sum of RGB (Red+Green+Blue) = 181+68+126=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B5447E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5447E is #4ABB81. Grayscale: #6C6C6C. Windows color (decimal): -4897666 or 8275125. OLE color: 8275125.

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

Color convert

RGB 181 68 126 -
CMYK 0 0.62 0.30 0.29
HSL 329.2º 0.45% 0.49% -
HSV(B) 329.2º 0.62% 0.71% -
XYZ 24.89 15.46 21.41 -
YUV 108.4 137.94 179.78 -
System Red Green Blue C M Y K H S L
Decimal 181 68 126 0 0.62 0.30 0.29 329.2 0.45 0.49
Hex B5 44 7E 0 3E 1E 1D 149 2D 31
Octal 265 104 176 0 76 36 35 511 55 61
Binary 10110101 1000100 1111110 0 111110 11110 11101 101001001 101101 110001

Color Harmonies of #B5447E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5447E

Black with #B5447E

Text Example


Text Example

White with #B5447E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5447E; }

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

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

background-color css

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

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

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

border-color css

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

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

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