#B75EFE

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

Shades of Medium Orchid #B75EFE

Tints of Medium Orchid #B75EFE

Color information

#B75EFE (or 0xB75EFE) is unknown color: approx Medium Orchid. HEX triplet: B7, 5E and FE. RGB value is (183,94,254). Sum of RGB (Red+Green+Blue) = 183+94+254=531 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.46% from 531); Green value is 94 (37.11% from 255 or 17.70% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #B75EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B75EFE is #48A101. Grayscale: #8A8A8A. Windows color (decimal): -4759810 or 16670391. OLE color: 16670391.

HSL color Cylindrical-coordinate representation of color #B75EFE: hue angle of 273.38º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B75EFE is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB18394254-
CMYK0.280.6300.00
HSL273.38º98.77%68.24%-
HSV(B)273.38º62.99%99.61%-
XYZ41.4225.2396.45-
YUV138.85192.99159.49-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.46%
GREEN value IS 94 (37.11% from 255) = 17.70%
BLUE value IS 254 (99.61% from 255) = 47.83%
R=34.46%
G=17.70%
B=47.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal183942540.280.6300.00273.3898.7768.24
HexB75EFE1C3F001116344
Octal267136376347700421143104
Binary10110111101111011111110111001111110010001000111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75EFE; }

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

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

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

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

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

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

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

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