#b954e3

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

Shades of Medium Orchid #B954E3

Tints of Medium Orchid #B954E3

Color information

#B954E3 (or 0xB954E3) is unknown color: approx Medium Orchid. HEX triplet: B9, 54 and E3. RGB value is (185,84,227). Sum of RGB (Red+Green+Blue) = 185+84+227=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 84 (33.20% from 255 or 16.94% from 496); Blue value is 227 (89.06% from 255 or 45.77% from 496); Max value from RGB is 227 - color contains mainly: blue. Hex color #B954E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B954E3 is #46AB1C. Grayscale: #828282. Windows color (decimal): -4631325 or 14898361. OLE color: 14898361.

HSL color Cylindrical-coordinate representation of color #B954E3: hue angle of 282.38º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B954E3 is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18584227-
CMYK0.190.6300.11
HSL282.38º71.86%60.98%-
HSV(B)282.38º63%89.02%-
XYZ37.0422.275.01-
YUV130.5182.46166.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.30%
GREEN value IS 84 (33.20% from 255) = 16.94%
BLUE value IS 227 (89.06% from 255) = 45.77%
R=37.30%
G=16.94%
B=45.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal185842270.190.6300.11282.3871.8660.98
HexB954E3133F0B11a483d
Octal271124343237701343211075
Binary1011100110101001110001110011111111010111000110101001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b954e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b954e3; }

 p { color: rgb(185,84,227); }

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

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

 a { background-color: rgb(185,84,227); }

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

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

 span { border-color: rgb(185,84,227); }

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