Html Css Color HEX #B55383 Royal Heath

📋 copy color: '#B55383'

red 181 ◦ green 83 ◦ blue 131

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

Shades of Royal Heath #B55383

Tints of Royal Heath #B55383

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.01%

 BLUE value IS 131 (51.56% from 255) = 33.16%

R = 45.82%
G = 21.01%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B55383 (or 0xB55383) is known color: Royal Heath. HEX triplet: B5, 53 and 83. RGB value is (181,83,131). Sum of RGB (Red+Green+Blue) = 181+83+131=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B55383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55383 is #4AAC7C. Grayscale: #757575. Windows color (decimal): -4893821 or 8606645. OLE color: 8606645.

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

Color convert

RGB 181 83 131 -
CMYK 0 0.54 0.28 0.29
HSL 330.61º 0.4% 0.52% -
HSV(B) 330.61º 0.54% 0.71% -
XYZ 26.25 17.65 23.5 -
YUV 117.77 135.47 173.1 -
System Red Green Blue C M Y K H S L
Decimal 181 83 131 0 0.54 0.28 0.29 330.61 0.4 0.52
Hex B5 53 83 0 36 1C 1D 14B 28 34
Octal 265 123 203 0 66 34 35 513 50 64
Binary 10110101 1010011 10000011 0 110110 11100 11101 101001011 101000 110100

Color Harmonies of #B55383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55383

Black with #B55383

Text Example


Text Example

White with #B55383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55383; }

 p { color: rgb(181,83,131); }

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

background-color css

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

 a { background-color: rgb(181,83,131); }

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

border-color css

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

 span { border-color: rgb(181,83,131); }

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