#B95ECA

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

Shades of Medium Orchid #B95ECA

Tints of Medium Orchid #B95ECA

Color information

#B95ECA (or 0xB95ECA) is unknown color: approx Medium Orchid. HEX triplet: B9, 5E and CA. RGB value is (185,94,202). Sum of RGB (Red+Green+Blue) = 185+94+202=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 94 (37.11% from 255 or 19.54% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #B95ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95ECA is #46A135. Grayscale: #858585. Windows color (decimal): -4628790 or 13262521. OLE color: 13262521.

HSL color Cylindrical-coordinate representation of color #B95ECA: hue angle of 290.56º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B95ECA is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18594202-
CMYK0.080.5300.21
HSL290.56º50.47%58.04%-
HSV(B)290.56º53.47%79.22%-
XYZ34.6722.5858.41-
YUV133.52166.65164.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.46%
GREEN value IS 94 (37.11% from 255) = 19.54%
BLUE value IS 202 (79.30% from 255) = 42.00%
R=38.46%
G=19.54%
B=42.00%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal185942020.080.5300.21290.5650.4758.04
HexB95ECA835015123323a
Octal27113631210650254436272
Binary101110011011110110010101000110101010101100100011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95ECA; }

 p { color: rgb(185,94,202); }

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

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

 a { background-color: rgb(185,94,202); }

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

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

 span { border-color: rgb(185,94,202); }

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