#B947E0

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

Shades of Medium Orchid #B947E0

Tints of Medium Orchid #B947E0

Color information

#B947E0 (or 0xB947E0) is unknown color: approx Medium Orchid. HEX triplet: B9, 47 and E0. RGB value is (185,71,224). Sum of RGB (Red+Green+Blue) = 185+71+224=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 71 (28.12% from 255 or 14.79% from 480); Blue value is 224 (87.89% from 255 or 46.67% from 480); Max value from RGB is 224 - color contains mainly: blue. Hex color #B947E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B947E0 is #46B81F. Grayscale: #7A7A7A. Windows color (decimal): -4634656 or 14698425. OLE color: 14698425.

HSL color Cylindrical-coordinate representation of color #B947E0: hue angle of 284.71º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B947E0 is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18571224-
CMYK0.170.6800.12
HSL284.71º71.16%57.84%-
HSV(B)284.71º68.3%87.84%-
XYZ35.7220.272.54-
YUV122.53185.27172.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.54%
GREEN value IS 71 (28.12% from 255) = 14.79%
BLUE value IS 224 (87.89% from 255) = 46.67%
R=38.54%
G=14.79%
B=46.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal185712240.170.6800.12284.7171.1657.84
HexB947E011440C11d473a
Octal2711073402110401443510772
Binary10111001100011111100000100011000100011001000111011000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B947E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B947E0; }

 p { color: rgb(185,71,224); }

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

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

 a { background-color: rgb(185,71,224); }

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

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

 span { border-color: rgb(185,71,224); }

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