Html Css Color HEX #B55281 Royal Heath

📋 copy color: '#B55281'

red 181 ◦ green 82 ◦ blue 129

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

Shades of Royal Heath #B55281

Tints of Royal Heath #B55281

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.92%

 BLUE value IS 129 (50.78% from 255) = 32.91%

R = 46.17%
G = 20.92%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B55281 (or 0xB55281) is known color: Royal Heath. HEX triplet: B5, 52 and 81. RGB value is (181,82,129). Sum of RGB (Red+Green+Blue) = 181+82+129=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 181 - color contains mainly: red. Hex color #B55281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55281 is #4AAD7E. Grayscale: #747474. Windows color (decimal): -4894079 or 8475317. OLE color: 8475317.

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

Color convert

RGB 181 82 129 -
CMYK 0 0.55 0.29 0.29
HSL 331.52º 0.4% 0.52% -
HSV(B) 331.52º 0.55% 0.71% -
XYZ 26.04 17.44 22.76 -
YUV 116.96 134.8 173.68 -
System Red Green Blue C M Y K H S L
Decimal 181 82 129 0 0.55 0.29 0.29 331.52 0.4 0.52
Hex B5 52 81 0 37 1D 1D 14C 28 34
Octal 265 122 201 0 67 35 35 514 50 64
Binary 10110101 1010010 10000001 0 110111 11101 11101 101001100 101000 110100

Color Harmonies of #B55281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55281

Black with #B55281

Text Example


Text Example

White with #B55281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55281; }

 p { color: rgb(181,82,129); }

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

background-color css

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

 a { background-color: rgb(181,82,129); }

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

border-color css

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

 span { border-color: rgb(181,82,129); }

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