Html Css Color HEX #B5467F Royal Heath

📋 copy color: '#B5467F'

red 181 ◦ green 70 ◦ blue 127

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

Shades of Royal Heath #B5467F

Tints of Royal Heath #B5467F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.52%

 BLUE value IS 127 (50% from 255) = 33.6%

R = 47.88%
G = 18.52%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5467F (or 0xB5467F) is known color: Royal Heath. HEX triplet: B5, 46 and 7F. RGB value is (181,70,127). Sum of RGB (Red+Green+Blue) = 181+70+127=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B5467F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5467F is #4AB980. Grayscale: #6D6D6D. Windows color (decimal): -4897153 or 8341173. OLE color: 8341173.

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

Color convert

RGB 181 70 127 -
CMYK 0 0.61 0.30 0.29
HSL 329.19º 0.44% 0.49% -
HSV(B) 329.19º 0.61% 0.71% -
XYZ 25.08 15.74 21.79 -
YUV 109.69 137.77 178.87 -
System Red Green Blue C M Y K H S L
Decimal 181 70 127 0 0.61 0.30 0.29 329.19 0.44 0.49
Hex B5 46 7F 0 3D 1E 1D 149 2C 31
Octal 265 106 177 0 75 36 35 511 54 61
Binary 10110101 1000110 1111111 0 111101 11110 11101 101001001 101100 110001

Color Harmonies of #B5467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5467F

Black with #B5467F

Text Example


Text Example

White with #B5467F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5467F; }

 p { color: rgb(181,70,127); }

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

background-color css

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

 a { background-color: rgb(181,70,127); }

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

border-color css

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

 span { border-color: rgb(181,70,127); }

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