#B764F3

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

Shades of Medium Orchid #B764F3

Tints of Medium Orchid #B764F3

Color information

#B764F3 (or 0xB764F3) is unknown color: approx Medium Orchid. HEX triplet: B7, 64 and F3. RGB value is (183,100,243). Sum of RGB (Red+Green+Blue) = 183+100+243=526 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.79% from 526); Green value is 100 (39.45% from 255 or 19.01% from 526); Blue value is 243 (95.31% from 255 or 46.20% from 526); Max value from RGB is 243 - color contains mainly: blue. Hex color #B764F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B764F3 is #489B0C. Grayscale: #8C8C8C. Windows color (decimal): -4758285 or 15951031. OLE color: 15951031.

HSL color Cylindrical-coordinate representation of color #B764F3: hue angle of 274.83º 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 #B764F3 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB183100243-
CMYK0.250.5900.05
HSL274.83º85.63%67.25%-
HSV(B)274.83º58.85%95.29%-
XYZ40.2625.6587.62-
YUV141.12185.5157.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.79%
GREEN value IS 100 (39.45% from 255) = 19.01%
BLUE value IS 243 (95.31% from 255) = 46.20%
R=34.79%
G=19.01%
B=46.20%

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
Decimal1831002430.250.5900.05274.8385.6367.25
HexB764F3193B051135643
Octal267144363317305423126103
Binary1011011111001001111001111001111011010110001001110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B764F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B764F3; }

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

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

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

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

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

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

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

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