#b75eee

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

Shades of Medium Orchid #B75EEE

Tints of Medium Orchid #B75EEE

Color information

#B75EEE (or 0xB75EEE) is unknown color: approx Medium Orchid. HEX triplet: B7, 5E and EE. RGB value is (183,94,238). Sum of RGB (Red+Green+Blue) = 183+94+238=515 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.53% from 515); Green value is 94 (37.11% from 255 or 18.25% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #B75EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B75EEE is #48A111. Grayscale: #888888. Windows color (decimal): -4759826 or 15621815. OLE color: 15621815.

HSL color Cylindrical-coordinate representation of color #B75EEE: hue angle of 277.08º 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 #B75EEE is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18394238-
CMYK0.230.6100.07
HSL277.08º80.9%65.1%-
HSV(B)277.08º60.5%93.33%-
XYZ38.9624.2583.52-
YUV137.03184.99160.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.53%
GREEN value IS 94 (37.11% from 255) = 18.25%
BLUE value IS 238 (93.36% from 255) = 46.21%
R=35.53%
G=18.25%
B=46.21%

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
Decimal183942380.230.6100.07277.0880.965.1
HexB75EEE173D071155141
Octal267136356277507425121101
Binary1011011110111101110111010111111101011110001010110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b75eee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b75eee; }

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

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

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

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

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

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

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

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