#B063C0

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

Shades of Medium Orchid #B063C0

Tints of Medium Orchid #B063C0

Color information

#B063C0 (or 0xB063C0) is unknown color: approx Medium Orchid. HEX triplet: B0, 63 and C0. RGB value is (176,99,192). Sum of RGB (Red+Green+Blue) = 176+99+192=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 192 - color contains mainly: blue. Hex color #B063C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B063C0 is #4F9C3F. Grayscale: #848484. Windows color (decimal): -5217344 or 12608432. OLE color: 12608432.

HSL color Cylindrical-coordinate representation of color #B063C0: hue angle of 289.68º 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 #B063C0 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17699192-
CMYK0.080.4800.25
HSL289.68º42.47%57.06%-
HSV(B)289.68º48.44%75.29%-
XYZ31.8821.9652.43-
YUV132.62161.51158.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.69%
GREEN value IS 99 (39.06% from 255) = 21.20%
BLUE value IS 192 (75.39% from 255) = 41.11%
R=37.69%
G=21.20%
B=41.11%

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
Decimal176991920.080.4800.25289.6842.4757.06
HexB063C08300191222a39
Octal26014330010600314425271
Binary101100001100011110000001000110000011001100100010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B063C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B063C0; }

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

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

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

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

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

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

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

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