#B0467E

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

Shades of Royal Heath #B0467E

Tints of Royal Heath #B0467E

Color information

#B0467E (or 0xB0467E) is unknown color: approx Royal Heath. HEX triplet: B0, 46 and 7E. RGB value is (176,70,126). Sum of RGB (Red+Green+Blue) = 176+70+126=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B0467E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0467E is #4FB981. Grayscale: #6B6B6B. Windows color (decimal): -5224834 or 8275632. OLE color: 8275632.

HSL color Cylindrical-coordinate representation of color #B0467E: hue angle of 328.3º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0467E is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB17670126-
CMYK00.600.280.31
HSL328.3º43.09%48.24%-
HSV(B)328.3º60.23%69.02%-
XYZ23.8615.1221.4-
YUV108.08138.12176.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.31%
GREEN value IS 70 (27.73% from 255) = 18.82%
BLUE value IS 126 (49.61% from 255) = 33.87%
R=47.31%
G=18.82%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767012600.600.280.31328.343.0948.24
HexB0467E03C1C1F1482b30
Octal26010617607434375105360
Binary101100001000110111111001111001110011111101001000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0467E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0467E; }

 p { color: rgb(176,70,126); }

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

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

 a { background-color: rgb(176,70,126); }

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

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

 span { border-color: rgb(176,70,126); }

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