Html Css Color HEX #B93571 Royal Heath

📋 copy color: '#B93571'

red 185 ◦ green 53 ◦ blue 113

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

Shades of Royal Heath #B93571

Tints of Royal Heath #B93571

RGB

 RED value IS 185 (72.66% from 255) = 52.71%

 GREEN value IS 53 (21.09% from 255) = 15.1%

 BLUE value IS 113 (44.53% from 255) = 32.19%

R = 52.71%
G = 15.1%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B93571 (or 0xB93571) is known color: Royal Heath. HEX triplet: B9, 35 and 71. RGB value is (185,53,113). Sum of RGB (Red+Green+Blue) = 185+53+113=351 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.71% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 185 - color contains mainly: red. Hex color #B93571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93571 is #46CA8E. Grayscale: #636363. Windows color (decimal): -4639375 or 7419321. OLE color: 7419321.

HSL color Cylindrical-coordinate representation of color #B93571: hue angle of 332.73º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B93571 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 53 113 -
CMYK 0 0.71 0.39 0.27
HSL 332.73º 0.55% 0.47% -
HSV(B) 332.73º 0.71% 0.73% -
XYZ 24.26 14.05 17.06 -
YUV 99.31 135.73 189.12 -
System Red Green Blue C M Y K H S L
Decimal 185 53 113 0 0.71 0.39 0.27 332.73 0.55 0.47
Hex B9 35 71 0 47 27 1B 14D 37 2F
Octal 271 65 161 0 107 47 33 515 67 57
Binary 10111001 110101 1110001 0 1000111 100111 11011 101001101 110111 101111

Color Harmonies of #B93571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93571

Black with #B93571

Text Example


Text Example

White with #B93571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93571; }

 p { color: rgb(185,53,113); }

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

background-color css

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

 a { background-color: rgb(185,53,113); }

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

border-color css

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

 span { border-color: rgb(185,53,113); }

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