#B94178

Color #B94178 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #B94178

Tints of Royal Heath #B94178

Color information

#B94178 (or 0xB94178) is unknown color: approx Royal Heath. HEX triplet: B9, 41 and 78. RGB value is (185,65,120). Sum of RGB (Red+Green+Blue) = 185+65+120=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B94178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94178 is #46BE87. Grayscale: #6B6B6B. Windows color (decimal): -4636296 or 7881145. OLE color: 7881145.

HSL color Cylindrical-coordinate representation of color #B94178: hue angle of 332.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B94178 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB18565120-
CMYK00.650.350.27
HSL332.5º48%49.02%-
HSV(B)332.5º64.86%72.55%-
XYZ25.2915.4519.42-
YUV107.15135.26183.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50%
GREEN value IS 65 (25.78% from 255) = 17.57%
BLUE value IS 120 (47.27% from 255) = 32.43%
R=50%
G=17.57%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856512000.650.350.27332.54849.02
HexB94178041231B14c3031
Octal271101170010143335146061
Binary10111001100000111110000100000110001111011101001100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94178; }

 p { color: rgb(185,65,120); }

 H1.HeaderClassName
 {
   color: #B94178;
 }
 .AnyTagClassName
 {
   color: #B94178;
 }
</style>
background-color css

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

 a { background-color: rgb(185,65,120); }

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

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

 span { border-color: rgb(185,65,120); }

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