#B366CA

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

Shades of Medium Orchid #B366CA

Tints of Medium Orchid #B366CA

Color information

#B366CA (or 0xB366CA) is unknown color: approx Medium Orchid. HEX triplet: B3, 66 and CA. RGB value is (179,102,202). Sum of RGB (Red+Green+Blue) = 179+102+202=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 102 (40.23% from 255 or 21.12% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #B366CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B366CA is #4C9935. Grayscale: #888888. Windows color (decimal): -5019958 or 13264563. OLE color: 13264563.

HSL color Cylindrical-coordinate representation of color #B366CA: hue angle of 286.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B366CA is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB179102202-
CMYK0.110.5000.21
HSL286.2º48.54%59.61%-
HSV(B)286.2º49.5%79.22%-
XYZ3423.3558.59-
YUV136.42165.01158.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.06%
GREEN value IS 102 (40.23% from 255) = 21.12%
BLUE value IS 202 (79.30% from 255) = 41.82%
R=37.06%
G=21.12%
B=41.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791022020.110.5000.21286.248.5459.61
HexB366CAB3201511e313c
Octal26314631213620254366174
Binary101100111100110110010101011110010010101100011110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B366CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B366CA; }

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

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

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

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

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

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

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

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