Html Css Color HEX #B93771 Royal Heath

📋 copy color: '#B93771'

red 185 ◦ green 55 ◦ blue 113

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

Shades of Royal Heath #B93771

Tints of Royal Heath #B93771

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.58%

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

R = 52.41%
G = 15.58%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B93771 (or 0xB93771) is known color: Royal Heath. HEX triplet: B9, 37 and 71. RGB value is (185,55,113). Sum of RGB (Red+Green+Blue) = 185+55+113=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B93771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93771 is #46C88E. Grayscale: #646464. Windows color (decimal): -4638863 or 7419833. OLE color: 7419833.

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

Color convert

RGB 185 55 113 -
CMYK 0 0.70 0.39 0.27
HSL 333.23º 0.54% 0.47% -
HSV(B) 333.23º 0.7% 0.73% -
XYZ 24.35 14.24 17.09 -
YUV 100.48 135.07 188.28 -
System Red Green Blue C M Y K H S L
Decimal 185 55 113 0 0.70 0.39 0.27 333.23 0.54 0.47
Hex B9 37 71 0 46 27 1B 14D 36 2F
Octal 271 67 161 0 106 47 33 515 66 57
Binary 10111001 110111 1110001 0 1000110 100111 11011 101001101 110110 101111

Color Harmonies of #B93771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93771

Black with #B93771

Text Example


Text Example

White with #B93771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93771; }

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

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

background-color css

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

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

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

border-color css

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

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

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