#B94AED

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

Shades of Medium Orchid #B94AED

Tints of Medium Orchid #B94AED

Color information

#B94AED (or 0xB94AED) is unknown color: approx Medium Orchid. HEX triplet: B9, 4A and ED. RGB value is (185,74,237). Sum of RGB (Red+Green+Blue) = 185+74+237=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 74 (29.30% from 255 or 14.92% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #B94AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B94AED is #46B512. Grayscale: #7D7D7D. Windows color (decimal): -4633875 or 15551161. OLE color: 15551161.

HSL color Cylindrical-coordinate representation of color #B94AED: hue angle of 280.86º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B94AED is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18574237-
CMYK0.220.6900.07
HSL280.86º81.91%60.98%-
HSV(B)280.86º68.78%92.94%-
XYZ37.7421.3382.25-
YUV125.77190.77170.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.30%
GREEN value IS 74 (29.30% from 255) = 14.92%
BLUE value IS 237 (92.97% from 255) = 47.78%
R=37.30%
G=14.92%
B=47.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal185742370.220.6900.07280.8681.9160.98
HexB94AED164507119523d
Octal271112355261050743112275
Binary1011100110010101110110110110100010101111000110011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94AED; }

 p { color: rgb(185,74,237); }

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

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

 a { background-color: rgb(185,74,237); }

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

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

 span { border-color: rgb(185,74,237); }

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