#B063CC

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

Shades of Medium Orchid #B063CC

Tints of Medium Orchid #B063CC

Color information

#B063CC (or 0xB063CC) is unknown color: approx Medium Orchid. HEX triplet: B0, 63 and CC. RGB value is (176,99,204). Sum of RGB (Red+Green+Blue) = 176+99+204=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #B063CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B063CC is #4F9C33. Grayscale: #858585. Windows color (decimal): -5217332 or 13394864. OLE color: 13394864.

HSL color Cylindrical-coordinate representation of color #B063CC: hue angle of 284º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B063CC is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17699204-
CMYK0.140.5100.2
HSL284º50.72%59.41%-
HSV(B)284º51.47%80%-
XYZ33.2722.5159.72-
YUV133.99167.51157.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.74%
GREEN value IS 99 (39.06% from 255) = 20.67%
BLUE value IS 204 (80.08% from 255) = 42.59%
R=36.74%
G=20.67%
B=42.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal176992040.140.5100.228450.7259.41
HexB063CCE3301411c333b
Octal26014331416630244346373
Binary101100001100011110011001110110011010100100011100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B063CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B063CC; }

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

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

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

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

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

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

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

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