#B95FED

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

Shades of Medium Orchid #B95FED

Tints of Medium Orchid #B95FED

Color information

#B95FED (or 0xB95FED) is unknown color: approx Medium Orchid. HEX triplet: B9, 5F and ED. RGB value is (185,95,237). Sum of RGB (Red+Green+Blue) = 185+95+237=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 95 (37.5% from 255 or 18.38% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #B95FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B95FED is #46A012. Grayscale: #898989. Windows color (decimal): -4628499 or 15556537. OLE color: 15556537.

HSL color Cylindrical-coordinate representation of color #B95FED: hue angle of 278.03º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B95FED is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18595237-
CMYK0.220.6000.07
HSL278.03º79.78%65.1%-
HSV(B)278.03º59.92%92.94%-
XYZ39.3924.6182.8-
YUV138.1183.82161.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.78%
GREEN value IS 95 (37.5% from 255) = 18.38%
BLUE value IS 237 (92.97% from 255) = 45.84%
R=35.78%
G=18.38%
B=45.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal185952370.220.6000.07278.0379.7865.1
HexB95FED163C071165041
Octal271137355267407426120101
Binary1011100110111111110110110110111100011110001011010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95FED; }

 p { color: rgb(185,95,237); }

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

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

 a { background-color: rgb(185,95,237); }

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

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

 span { border-color: rgb(185,95,237); }

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