Html Css Color HEX #B55B7D Royal Heath

📋 copy color: '#B55B7D'

red 181 ◦ green 91 ◦ blue 125

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

Shades of Royal Heath #B55B7D

Tints of Royal Heath #B55B7D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.92%

 BLUE value IS 125 (49.22% from 255) = 31.49%

R = 45.59%
G = 22.92%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B55B7D (or 0xB55B7D) is known color: Royal Heath. HEX triplet: B5, 5B and 7D. RGB value is (181,91,125). Sum of RGB (Red+Green+Blue) = 181+91+125=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B55B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55B7D is #4AA482. Grayscale: #797979. Windows color (decimal): -4891779 or 8215477. OLE color: 8215477.

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

Color convert

RGB 181 91 125 -
CMYK 0 0.50 0.31 0.29
HSL 337.33º 0.38% 0.53% -
HSV(B) 337.33º 0.5% 0.71% -
XYZ 26.5 18.79 21.63 -
YUV 121.79 129.82 170.24 -
System Red Green Blue C M Y K H S L
Decimal 181 91 125 0 0.50 0.31 0.29 337.33 0.38 0.53
Hex B5 5B 7D 0 32 1F 1D 151 26 35
Octal 265 133 175 0 62 37 35 521 46 65
Binary 10110101 1011011 1111101 0 110010 11111 11101 101010001 100110 110101

Color Harmonies of #B55B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55B7D

Black with #B55B7D

Text Example


Text Example

White with #B55B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55B7D; }

 p { color: rgb(181,91,125); }

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

background-color css

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

 a { background-color: rgb(181,91,125); }

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

border-color css

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

 span { border-color: rgb(181,91,125); }

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