Html Css Color HEX #B55D7A Royal Heath

📋 copy color: '#B55D7A'

red 181 ◦ green 93 ◦ blue 122

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

Shades of Royal Heath #B55D7A

Tints of Royal Heath #B55D7A

RGB

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

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

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

R = 45.71%
G = 23.48%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B55D7A (or 0xB55D7A) is known color: Royal Heath. HEX triplet: B5, 5D and 7A. RGB value is (181,93,122). Sum of RGB (Red+Green+Blue) = 181+93+122=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55D7A is #4AA285. Grayscale: #7A7A7A. Windows color (decimal): -4891270 or 8019381. OLE color: 8019381.

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

Color convert

RGB 181 93 122 -
CMYK 0 0.49 0.33 0.29
HSL 340.23º 0.37% 0.54% -
HSV(B) 340.23º 0.49% 0.71% -
XYZ 26.48 19.06 20.7 -
YUV 122.62 127.65 169.64 -
System Red Green Blue C M Y K H S L
Decimal 181 93 122 0 0.49 0.33 0.29 340.23 0.37 0.54
Hex B5 5D 7A 0 31 21 1D 154 25 36
Octal 265 135 172 0 61 41 35 524 45 66
Binary 10110101 1011101 1111010 0 110001 100001 11101 101010100 100101 110110

Color Harmonies of #B55D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55D7A

Black with #B55D7A

Text Example


Text Example

White with #B55D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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