#B750EC

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

Shades of Medium Orchid #B750EC

Tints of Medium Orchid #B750EC

Color information

#B750EC (or 0xB750EC) is unknown color: approx Medium Orchid. HEX triplet: B7, 50 and EC. RGB value is (183,80,236). Sum of RGB (Red+Green+Blue) = 183+80+236=499 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.67% from 499); Green value is 80 (31.64% from 255 or 16.03% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #B750EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B750EC is #48AF13. Grayscale: #808080. Windows color (decimal): -4763412 or 15487159. OLE color: 15487159.

HSL color Cylindrical-coordinate representation of color #B750EC: hue angle of 279.62º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B750EC is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18380236-
CMYK0.220.6600.07
HSL279.62º80.41%61.96%-
HSV(B)279.62º66.1%92.55%-
XYZ37.5421.8681.6-
YUV128.58188.62166.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.67%
GREEN value IS 80 (31.64% from 255) = 16.03%
BLUE value IS 236 (92.58% from 255) = 47.29%
R=36.67%
G=16.03%
B=47.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal183802360.220.6600.07279.6280.4161.96
HexB750EC164207118503e
Octal267120354261020743012076
Binary1011011110100001110110010110100001001111000110001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B750EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B750EC; }

 p { color: rgb(183,80,236); }

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

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

 a { background-color: rgb(183,80,236); }

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

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

 span { border-color: rgb(183,80,236); }

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