Html Css Color HEX #B93470 Royal Heath

📋 copy color: '#B93470'

red 185 ◦ green 52 ◦ blue 112

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

Shades of Royal Heath #B93470

Tints of Royal Heath #B93470

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.9%

 BLUE value IS 112 (44.14% from 255) = 32.09%

R = 53.01%
G = 14.9%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B93470 (or 0xB93470) is known color: Royal Heath. HEX triplet: B9, 34 and 70. RGB value is (185,52,112). Sum of RGB (Red+Green+Blue) = 185+52+112=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B93470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93470 is #46CB8F. Grayscale: #626262. Windows color (decimal): -4639632 or 7353529. OLE color: 7353529.

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

Color convert

RGB 185 52 112 -
CMYK 0 0.72 0.39 0.27
HSL 332.93º 0.56% 0.46% -
HSV(B) 332.93º 0.72% 0.73% -
XYZ 24.16 13.94 16.75 -
YUV 98.61 135.56 189.62 -
System Red Green Blue C M Y K H S L
Decimal 185 52 112 0 0.72 0.39 0.27 332.93 0.56 0.46
Hex B9 34 70 0 48 27 1B 14D 38 2E
Octal 271 64 160 0 110 47 33 515 70 56
Binary 10111001 110100 1110000 0 1001000 100111 11011 101001101 111000 101110

Color Harmonies of #B93470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93470

Black with #B93470

Text Example


Text Example

White with #B93470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93470; }

 p { color: rgb(185,52,112); }

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

background-color css

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

 a { background-color: rgb(185,52,112); }

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

border-color css

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

 span { border-color: rgb(185,52,112); }

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