#B94BE5

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

Shades of Medium Orchid #B94BE5

Tints of Medium Orchid #B94BE5

Color information

#B94BE5 (or 0xB94BE5) is unknown color: approx Medium Orchid. HEX triplet: B9, 4B and E5. RGB value is (185,75,229). Sum of RGB (Red+Green+Blue) = 185+75+229=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 75 (29.69% from 255 or 15.34% from 489); Blue value is 229 (89.84% from 255 or 46.83% from 489); Max value from RGB is 229 - color contains mainly: blue. Hex color #B94BE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94BE5 is #46B41A. Grayscale: #7C7C7C. Windows color (decimal): -4633627 or 15027129. OLE color: 15027129.

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

Color convert

RGB18575229-
CMYK0.190.6700.10
HSL282.86º74.76%59.61%-
HSV(B)282.86º67.25%89.8%-
XYZ36.672176.25-
YUV125.45186.44170.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.83%
GREEN value IS 75 (29.69% from 255) = 15.34%
BLUE value IS 229 (89.84% from 255) = 46.83%
R=37.83%
G=15.34%
B=46.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal185752290.190.6700.10282.8674.7659.61
HexB94BE513430A11b4b3c
Octal2711133452310301243311374
Binary10111001100101111100101100111000011010101000110111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94BE5; }

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

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

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

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

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

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

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

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