#b964e5

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

Shades of Medium Orchid #B964E5

Tints of Medium Orchid #B964E5

Color information

#B964E5 (or 0xB964E5) is unknown color: approx Medium Orchid. HEX triplet: B9, 64 and E5. RGB value is (185,100,229). Sum of RGB (Red+Green+Blue) = 185+100+229=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 100 (39.45% from 255 or 19.46% from 514); Blue value is 229 (89.84% from 255 or 44.55% from 514); Max value from RGB is 229 - color contains mainly: blue. Hex color #B964E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B964E5 is #469B1A. Grayscale: #8B8B8B. Windows color (decimal): -4627227 or 15033529. OLE color: 15033529.

HSL color Cylindrical-coordinate representation of color #B964E5: hue angle of 279.53º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B964E5 is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB185100229-
CMYK0.190.5600.10
HSL279.53º71.27%64.51%-
HSV(B)279.53º56.33%89.8%-
XYZ38.7125.0976.93-
YUV140.12178.16160.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.99%
GREEN value IS 100 (39.45% from 255) = 19.46%
BLUE value IS 229 (89.84% from 255) = 44.55%
R=35.99%
G=19.46%
B=44.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1851002290.190.5600.10279.5371.2764.51
HexB964E513380A1184741
Octal2711443452370012430107101
Binary10111001110010011100101100111110000101010001100010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b964e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b964e5; }

 p { color: rgb(185,100,229); }

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

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

 a { background-color: rgb(185,100,229); }

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

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

 span { border-color: rgb(185,100,229); }

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