#B0467A

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

Shades of Royal Heath #B0467A

Tints of Royal Heath #B0467A

Color information

#B0467A (or 0xB0467A) is unknown color: approx Royal Heath. HEX triplet: B0, 46 and 7A. RGB value is (176,70,122). Sum of RGB (Red+Green+Blue) = 176+70+122=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B0467A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0467A is #4FB985. Grayscale: #6B6B6B. Windows color (decimal): -5224838 or 8013488. OLE color: 8013488.

HSL color Cylindrical-coordinate representation of color #B0467A: hue angle of 330.57º 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 #B0467A is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB17670122-
CMYK00.600.310.31
HSL330.57º43.09%48.24%-
HSV(B)330.57º60.23%69.02%-
XYZ23.6115.0220.07-
YUV107.62136.12176.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.83%
GREEN value IS 70 (27.73% from 255) = 19.02%
BLUE value IS 122 (48.05% from 255) = 33.15%
R=47.83%
G=19.02%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767012200.600.310.31330.5743.0948.24
HexB0467A03C1F1F14b2b30
Octal26010617207437375135360
Binary101100001000110111101001111001111111111101001011101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0467A; }

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

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

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

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

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

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

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

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