Html Css Color HEX #B55A7E Royal Heath

📋 copy color: '#B55A7E'

red 181 ◦ green 90 ◦ blue 126

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

Shades of Royal Heath #B55A7E

Tints of Royal Heath #B55A7E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.67%

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

R = 45.59%
G = 22.67%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B55A7E (or 0xB55A7E) is known color: Royal Heath. HEX triplet: B5, 5A and 7E. RGB value is (181,90,126). Sum of RGB (Red+Green+Blue) = 181+90+126=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55A7E is #4AA581. Grayscale: #797979. Windows color (decimal): -4892034 or 8280757. OLE color: 8280757.

HSL color Cylindrical-coordinate representation of color #B55A7E: hue angle of 336.26º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B55A7E is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 90 126 -
CMYK 0 0.50 0.30 0.29
HSL 336.26º 0.38% 0.53% -
HSV(B) 336.26º 0.5% 0.71% -
XYZ 26.48 18.64 21.94 -
YUV 121.31 130.65 170.57 -
System Red Green Blue C M Y K H S L
Decimal 181 90 126 0 0.50 0.30 0.29 336.26 0.38 0.53
Hex B5 5A 7E 0 32 1E 1D 150 26 35
Octal 265 132 176 0 62 36 35 520 46 65
Binary 10110101 1011010 1111110 0 110010 11110 11101 101010000 100110 110101

Color Harmonies of #B55A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55A7E

Black with #B55A7E

Text Example


Text Example

White with #B55A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55A7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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