Html Css Color HEX #B5407A Royal Heath

📋 copy color: '#B5407A'

red 181 ◦ green 64 ◦ blue 122

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

Shades of Royal Heath #B5407A

Tints of Royal Heath #B5407A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.44%

 BLUE value IS 122 (48.05% from 255) = 33.24%

R = 49.32%
G = 17.44%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B5407A (or 0xB5407A) is known color: Royal Heath. HEX triplet: B5, 40 and 7A. RGB value is (181,64,122). Sum of RGB (Red+Green+Blue) = 181+64+122=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B5407A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5407A is #4ABF85. Grayscale: #696969. Windows color (decimal): -4898694 or 8011957. OLE color: 8011957.

HSL color Cylindrical-coordinate representation of color #B5407A: hue angle of 330.26º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B5407A is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 64 122 -
CMYK 0 0.65 0.33 0.29
HSL 330.26º 0.48% 0.48% -
HSV(B) 330.26º 0.65% 0.71% -
XYZ 24.4 14.9 20 -
YUV 105.6 137.26 181.78 -
System Red Green Blue C M Y K H S L
Decimal 181 64 122 0 0.65 0.33 0.29 330.26 0.48 0.48
Hex B5 40 7A 0 41 21 1D 14A 30 30
Octal 265 100 172 0 101 41 35 512 60 60
Binary 10110101 1000000 1111010 0 1000001 100001 11101 101001010 110000 110000

Color Harmonies of #B5407A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5407A

Black with #B5407A

Text Example


Text Example

White with #B5407A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5407A; }

 p { color: rgb(181,64,122); }

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

background-color css

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

 a { background-color: rgb(181,64,122); }

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

border-color css

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

 span { border-color: rgb(181,64,122); }

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