#B95AED

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

Shades of Medium Orchid #B95AED

Tints of Medium Orchid #B95AED

Color information

#B95AED (or 0xB95AED) is unknown color: approx Medium Orchid. HEX triplet: B9, 5A and ED. RGB value is (185,90,237). Sum of RGB (Red+Green+Blue) = 185+90+237=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 90 (35.55% from 255 or 17.58% 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 #B95AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B95AED is #46A512. Grayscale: #868686. Windows color (decimal): -4629779 or 15555257. OLE color: 15555257.

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

Color convert

RGB18590237-
CMYK0.220.6200.07
HSL278.78º80.33%64.12%-
HSV(B)278.78º62.03%92.94%-
XYZ38.9523.7482.65-
YUV135.16185.47163.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.13%
GREEN value IS 90 (35.55% from 255) = 17.58%
BLUE value IS 237 (92.97% from 255) = 46.29%
R=36.13%
G=17.58%
B=46.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal185902370.220.6200.07278.7880.3364.12
HexB95AED163E071175040
Octal271132355267607427120100
Binary1011100110110101110110110110111110011110001011110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95AED; }

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

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

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

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

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

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

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

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