#B95BF0

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

Shades of Medium Orchid #B95BF0

Tints of Medium Orchid #B95BF0

Color information

#B95BF0 (or 0xB95BF0) is unknown color: approx Medium Orchid. HEX triplet: B9, 5B and F0. RGB value is (185,91,240). Sum of RGB (Red+Green+Blue) = 185+91+240=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 91 (35.94% from 255 or 17.64% from 516); Blue value is 240 (94.14% from 255 or 46.51% from 516); Max value from RGB is 240 - color contains mainly: blue. Hex color #B95BF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B95BF0 is #46A40F. Grayscale: #878787. Windows color (decimal): -4629520 or 15752121. OLE color: 15752121.

HSL color Cylindrical-coordinate representation of color #B95BF0: hue angle of 277.85º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B95BF0 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB18591240-
CMYK0.230.6200.06
HSL277.85º83.24%64.9%-
HSV(B)277.85º62.08%94.12%-
XYZ39.4824.0985.01-
YUV136.09186.64162.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.85%
GREEN value IS 91 (35.94% from 255) = 17.64%
BLUE value IS 240 (94.14% from 255) = 46.51%
R=35.85%
G=17.64%
B=46.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal185912400.230.6200.06277.8583.2464.9
HexB95BF0173E061165341
Octal271133360277606426123101
Binary1011100110110111111000010111111110011010001011010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95BF0; }

 p { color: rgb(185,91,240); }

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

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

 a { background-color: rgb(185,91,240); }

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

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

 span { border-color: rgb(185,91,240); }

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