Html Css Color HEX #B55D7C Royal Heath

📋 copy color: '#B55D7C'

red 181 ◦ green 93 ◦ blue 124

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

Shades of Royal Heath #B55D7C

Tints of Royal Heath #B55D7C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.37%

 BLUE value IS 124 (48.83% from 255) = 31.16%

R = 45.48%
G = 23.37%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B55D7C (or 0xB55D7C) is known color: Royal Heath. HEX triplet: B5, 5D and 7C. RGB value is (181,93,124). Sum of RGB (Red+Green+Blue) = 181+93+124=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55D7C is #4AA283. Grayscale: #7A7A7A. Windows color (decimal): -4891268 or 8150453. OLE color: 8150453.

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

Color convert

RGB 181 93 124 -
CMYK 0 0.49 0.31 0.29
HSL 338.86º 0.37% 0.54% -
HSV(B) 338.86º 0.49% 0.71% -
XYZ 26.61 19.11 21.35 -
YUV 122.85 128.65 169.48 -
System Red Green Blue C M Y K H S L
Decimal 181 93 124 0 0.49 0.31 0.29 338.86 0.37 0.54
Hex B5 5D 7C 0 31 1F 1D 153 25 36
Octal 265 135 174 0 61 37 35 523 45 66
Binary 10110101 1011101 1111100 0 110001 11111 11101 101010011 100101 110110

Color Harmonies of #B55D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55D7C

Black with #B55D7C

Text Example


Text Example

White with #B55D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55D7C; }

 p { color: rgb(181,93,124); }

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

background-color css

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

 a { background-color: rgb(181,93,124); }

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

border-color css

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

 span { border-color: rgb(181,93,124); }

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