#B366F3

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

Shades of Medium Orchid #B366F3

Tints of Medium Orchid #B366F3

Color information

#B366F3 (or 0xB366F3) is unknown color: approx Medium Orchid. HEX triplet: B3, 66 and F3. RGB value is (179,102,243). Sum of RGB (Red+Green+Blue) = 179+102+243=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 102 (40.23% from 255 or 19.47% from 524); Blue value is 243 (95.31% from 255 or 46.37% from 524); Max value from RGB is 243 - color contains mainly: blue. Hex color #B366F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B366F3 is #4C990C. Grayscale: #8C8C8C. Windows color (decimal): -5019917 or 15951539. OLE color: 15951539.

HSL color Cylindrical-coordinate representation of color #B366F3: hue angle of 272.77º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B366F3 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB179102243-
CMYK0.260.5800.05
HSL272.77º85.45%67.65%-
HSV(B)272.77º58.02%95.29%-
XYZ39.5225.5687.64-
YUV141.1185.51155.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.16%
GREEN value IS 102 (40.23% from 255) = 19.47%
BLUE value IS 243 (95.31% from 255) = 46.37%
R=34.16%
G=19.47%
B=46.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1791022430.260.5800.05272.7785.4567.65
HexB366F31A3A051115544
Octal263146363327205421125104
Binary1011001111001101111001111010111010010110001000110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B366F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B366F3; }

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

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

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

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

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

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

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

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