Html Css Color HEX #B55274 Royal Heath

📋 copy color: '#B55274'

red 181 ◦ green 82 ◦ blue 116

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

Shades of Royal Heath #B55274

Tints of Royal Heath #B55274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.61%

R = 47.76%
G = 21.64%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B55274 (or 0xB55274) is known color: Royal Heath. HEX triplet: B5, 52 and 74. RGB value is (181,82,116). Sum of RGB (Red+Green+Blue) = 181+82+116=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B55274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55274 is #4AAD8B. Grayscale: #737373. Windows color (decimal): -4894092 or 7623349. OLE color: 7623349.

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

Color convert

RGB 181 82 116 -
CMYK 0 0.55 0.36 0.29
HSL 339.39º 0.4% 0.52% -
HSV(B) 339.39º 0.55% 0.71% -
XYZ 25.23 17.12 18.5 -
YUV 115.48 128.3 174.74 -
System Red Green Blue C M Y K H S L
Decimal 181 82 116 0 0.55 0.36 0.29 339.39 0.4 0.52
Hex B5 52 74 0 37 24 1D 153 28 34
Octal 265 122 164 0 67 44 35 523 50 64
Binary 10110101 1010010 1110100 0 110111 100100 11101 101010011 101000 110100

Color Harmonies of #B55274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55274

Black with #B55274

Text Example


Text Example

White with #B55274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55274; }

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

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

background-color css

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

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

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

border-color css

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

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

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