#B75EE1

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

Shades of Medium Orchid #B75EE1

Tints of Medium Orchid #B75EE1

Color information

#B75EE1 (or 0xB75EE1) is unknown color: approx Medium Orchid. HEX triplet: B7, 5E and E1. RGB value is (183,94,225). Sum of RGB (Red+Green+Blue) = 183+94+225=502 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.45% from 502); Green value is 94 (37.11% from 255 or 18.73% from 502); Blue value is 225 (88.28% from 255 or 44.82% from 502); Max value from RGB is 225 - color contains mainly: blue. Hex color #B75EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75EE1 is #48A11E. Grayscale: #878787. Windows color (decimal): -4759839 or 14769847. OLE color: 14769847.

HSL color Cylindrical-coordinate representation of color #B75EE1: hue angle of 280.76º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B75EE1 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18394225-
CMYK0.190.5800.12
HSL280.76º68.59%62.55%-
HSV(B)280.76º58.22%88.24%-
XYZ37.1223.5173.82-
YUV135.54178.49161.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.45%
GREEN value IS 94 (37.11% from 255) = 18.73%
BLUE value IS 225 (88.28% from 255) = 44.82%
R=36.45%
G=18.73%
B=44.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal183942250.190.5800.12280.7668.5962.55
HexB75EE1133A0C119453f
Octal267136341237201443110577
Binary1011011110111101110000110011111010011001000110011000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75EE1; }

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

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

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

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

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

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

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

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