#B75DEE

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

Shades of Medium Orchid #B75DEE

Tints of Medium Orchid #B75DEE

Color information

#B75DEE (or 0xB75DEE) is unknown color: approx Medium Orchid. HEX triplet: B7, 5D and EE. RGB value is (183,93,238). Sum of RGB (Red+Green+Blue) = 183+93+238=514 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.60% from 514); Green value is 93 (36.72% from 255 or 18.09% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #B75DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B75DEE is #48A211. Grayscale: #878787. Windows color (decimal): -4760082 or 15621559. OLE color: 15621559.

HSL color Cylindrical-coordinate representation of color #B75DEE: hue angle of 277.24º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B75DEE is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18393238-
CMYK0.230.6100.07
HSL277.24º81.01%64.9%-
HSV(B)277.24º60.92%93.33%-
XYZ38.8824.0783.49-
YUV136.44185.32161.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.60%
GREEN value IS 93 (36.72% from 255) = 18.09%
BLUE value IS 238 (93.36% from 255) = 46.30%
R=35.60%
G=18.09%
B=46.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal183932380.230.6100.07277.2481.0164.9
HexB75DEE173D071155141
Octal267135356277507425121101
Binary1011011110111011110111010111111101011110001010110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75DEE; }

 p { color: rgb(183,93,238); }

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

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

 a { background-color: rgb(183,93,238); }

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

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

 span { border-color: rgb(183,93,238); }

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