#B664F3

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

Shades of Medium Orchid #B664F3

Tints of Medium Orchid #B664F3

Color information

#B664F3 (or 0xB664F3) is unknown color: approx Medium Orchid. HEX triplet: B6, 64 and F3. RGB value is (182,100,243). Sum of RGB (Red+Green+Blue) = 182+100+243=525 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.67% from 525); Green value is 100 (39.45% from 255 or 19.05% from 525); Blue value is 243 (95.31% from 255 or 46.29% from 525); Max value from RGB is 243 - color contains mainly: blue. Hex color #B664F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B664F3 is #499B0C. Grayscale: #8C8C8C. Windows color (decimal): -4823821 or 15951030. OLE color: 15951030.

HSL color Cylindrical-coordinate representation of color #B664F3: hue angle of 274.41º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B664F3 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB182100243-
CMYK0.250.5900.05
HSL274.41º85.63%67.25%-
HSV(B)274.41º58.85%95.29%-
XYZ40.0325.5387.61-
YUV140.82185.67157.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.67%
GREEN value IS 100 (39.45% from 255) = 19.05%
BLUE value IS 243 (95.31% from 255) = 46.29%
R=34.67%
G=19.05%
B=46.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1821002430.250.5900.05274.4185.6367.25
HexB664F3193B051125643
Octal266144363317305422126103
Binary1011011011001001111001111001111011010110001001010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B664F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B664F3; }

 p { color: rgb(182,100,243); }

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

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

 a { background-color: rgb(182,100,243); }

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

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

 span { border-color: rgb(182,100,243); }

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