#B94BE6

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

Shades of Medium Orchid #B94BE6

Tints of Medium Orchid #B94BE6

Color information

#B94BE6 (or 0xB94BE6) is unknown color: approx Medium Orchid. HEX triplet: B9, 4B and E6. RGB value is (185,75,230). Sum of RGB (Red+Green+Blue) = 185+75+230=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 75 (29.69% from 255 or 15.31% from 490); Blue value is 230 (90.23% from 255 or 46.94% from 490); Max value from RGB is 230 - color contains mainly: blue. Hex color #B94BE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B94BE6 is #46B419. Grayscale: #7D7D7D. Windows color (decimal): -4633626 or 15092665. OLE color: 15092665.

HSL color Cylindrical-coordinate representation of color #B94BE6: hue angle of 282.58º degrees, saturation: 0.76, 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 #B94BE6 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB18575230-
CMYK0.200.6700.10
HSL282.58º75.61%59.8%-
HSV(B)282.58º67.39%90.2%-
XYZ36.8121.0676.99-
YUV125.56186.94170.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.76%
GREEN value IS 75 (29.69% from 255) = 15.31%
BLUE value IS 230 (90.23% from 255) = 46.94%
R=37.76%
G=15.31%
B=46.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal185752300.200.6700.10282.5875.6159.8
HexB94BE614430A11b4c3c
Octal2711133462410301243311474
Binary10111001100101111100110101001000011010101000110111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94BE6; }

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

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

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

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

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

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

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

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