#B75BEE

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

Shades of Medium Orchid #B75BEE

Tints of Medium Orchid #B75BEE

Color information

#B75BEE (or 0xB75BEE) is unknown color: approx Medium Orchid. HEX triplet: B7, 5B and EE. RGB value is (183,91,238). Sum of RGB (Red+Green+Blue) = 183+91+238=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 91 (35.94% from 255 or 17.77% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #B75BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B75BEE is #48A411. Grayscale: #868686. Windows color (decimal): -4760594 or 15621047. OLE color: 15621047.

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

Color convert

RGB18391238-
CMYK0.230.6200.07
HSL277.55º81.22%64.51%-
HSV(B)277.55º61.76%93.33%-
XYZ38.723.7283.43-
YUV135.27185.98162.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.74%
GREEN value IS 91 (35.94% from 255) = 17.77%
BLUE value IS 238 (93.36% from 255) = 46.48%
R=35.74%
G=17.77%
B=46.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal183912380.230.6200.07277.5581.2264.51
HexB75BEE173E071165141
Octal267133356277607426121101
Binary1011011110110111110111010111111110011110001011010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75BEE; }

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

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

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

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

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

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

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

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