#B063BF

Color #B063BF Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B063BF

Tints of Medium Orchid #B063BF

Color information

#B063BF (or 0xB063BF) is unknown color: approx Medium Orchid. HEX triplet: B0, 63 and BF. RGB value is (176,99,191). Sum of RGB (Red+Green+Blue) = 176+99+191=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #B063BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B063BF is #4F9C40. Grayscale: #848484. Windows color (decimal): -5217345 or 12542896. OLE color: 12542896.

HSL color Cylindrical-coordinate representation of color #B063BF: hue angle of 290.22º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B063BF is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17699191-
CMYK0.080.4800.25
HSL290.22º41.82%56.86%-
HSV(B)290.22º48.17%74.9%-
XYZ31.7721.9251.85-
YUV132.51161.01159.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.77%
GREEN value IS 99 (39.06% from 255) = 21.24%
BLUE value IS 191 (75% from 255) = 40.99%
R=37.77%
G=21.24%
B=40.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176991910.080.4800.25290.2241.8256.86
HexB063BF8300191222a39
Octal26014327710600314425271
Binary101100001100011101111111000110000011001100100010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B063BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B063BF; }

 p { color: rgb(176,99,191); }

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

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

 a { background-color: rgb(176,99,191); }

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

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

 span { border-color: rgb(176,99,191); }

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