#B35278

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

Shades of Royal Heath #B35278

Tints of Royal Heath #B35278

Color information

#B35278 (or 0xB35278) is unknown color: approx Royal Heath. HEX triplet: B3, 52 and 78. RGB value is (179,82,120). Sum of RGB (Red+Green+Blue) = 179+82+120=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 179 - color contains mainly: red. Hex color #B35278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35278 is #4CAD87. Grayscale: #737373. Windows color (decimal): -5025160 or 7885491. OLE color: 7885491.

HSL color Cylindrical-coordinate representation of color #B35278: hue angle of 336.49º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B35278 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB17982120-
CMYK00.540.330.30
HSL336.49º38.96%51.18%-
HSV(B)336.49º54.19%70.2%-
XYZ2516.9719.73-
YUV115.34130.64173.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.98%
GREEN value IS 82 (32.42% from 255) = 21.52%
BLUE value IS 120 (47.27% from 255) = 31.50%
R=46.98%
G=21.52%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798212000.540.330.30336.4938.9651.18
HexB35278036211E1502733
Octal26312217006641365204763
Binary1011001110100101111000011011010000111110101010000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35278; }

 p { color: rgb(179,82,120); }

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

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

 a { background-color: rgb(179,82,120); }

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

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

 span { border-color: rgb(179,82,120); }

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