#B366CC

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

Shades of Medium Orchid #B366CC

Tints of Medium Orchid #B366CC

Color information

#B366CC (or 0xB366CC) is unknown color: approx Medium Orchid. HEX triplet: B3, 66 and CC. RGB value is (179,102,204). Sum of RGB (Red+Green+Blue) = 179+102+204=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #B366CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B366CC is #4C9933. Grayscale: #888888. Windows color (decimal): -5019956 or 13395635. OLE color: 13395635.

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

Color convert

RGB179102204-
CMYK0.120.500.2
HSL285.29º50%60%-
HSV(B)285.29º50%80%-
XYZ34.2423.4559.85-
YUV136.65166.01158.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.91%
GREEN value IS 102 (40.23% from 255) = 21.03%
BLUE value IS 204 (80.08% from 255) = 42.06%
R=36.91%
G=21.03%
B=42.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1791022040.120.500.2285.295060
HexB366CCC3201411d323c
Octal26314631414620244356274
Binary101100111100110110011001100110010010100100011101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B366CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B366CC; }

 p { color: rgb(179,102,204); }

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

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

 a { background-color: rgb(179,102,204); }

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

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

 span { border-color: rgb(179,102,204); }

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