#b95feb

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

Shades of Medium Orchid #B95FEB

Tints of Medium Orchid #B95FEB

Color information

#B95FEB (or 0xB95FEB) is unknown color: approx Medium Orchid. HEX triplet: B9, 5F and EB. RGB value is (185,95,235). Sum of RGB (Red+Green+Blue) = 185+95+235=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 95 (37.5% from 255 or 18.45% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #B95FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B95FEB is #46A014. Grayscale: #898989. Windows color (decimal): -4628501 or 15425465. OLE color: 15425465.

HSL color Cylindrical-coordinate representation of color #B95FEB: hue angle of 278.57º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B95FEB is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18595235-
CMYK0.210.6000.08
HSL278.57º77.78%64.71%-
HSV(B)278.57º59.57%92.16%-
XYZ39.124.581.27-
YUV137.87182.82161.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.92%
GREEN value IS 95 (37.5% from 255) = 18.45%
BLUE value IS 235 (92.19% from 255) = 45.63%
R=35.92%
G=18.45%
B=45.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal185952350.210.6000.08278.5777.7864.71
HexB95FEB153C081174e41
Octal2711373532574010427116101
Binary10111001101111111101011101011111000100010001011110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b95feb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b95feb; }

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

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

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

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

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

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

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

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