#B75CED

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

Shades of Medium Orchid #B75CED

Tints of Medium Orchid #B75CED

Color information

#B75CED (or 0xB75CED) is unknown color: approx Medium Orchid. HEX triplet: B7, 5C and ED. RGB value is (183,92,237). Sum of RGB (Red+Green+Blue) = 183+92+237=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 92 (36.33% from 255 or 17.97% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #B75CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B75CED is #48A312. Grayscale: #878787. Windows color (decimal): -4760339 or 15555767. OLE color: 15555767.

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

Color convert

RGB18392237-
CMYK0.230.6100.07
HSL277.66º80.11%64.51%-
HSV(B)277.66º61.18%92.94%-
XYZ38.6423.8482.68-
YUV135.74185.15161.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.74%
GREEN value IS 92 (36.33% from 255) = 17.97%
BLUE value IS 237 (92.97% from 255) = 46.29%
R=35.74%
G=17.97%
B=46.29%

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
Decimal183922370.230.6100.07277.6680.1164.51
HexB75CED173D071165041
Octal267134355277507426120101
Binary1011011110111001110110110111111101011110001011010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75CED; }

 p { color: rgb(183,92,237); }

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

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

 a { background-color: rgb(183,92,237); }

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

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

 span { border-color: rgb(183,92,237); }

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