#B947E2

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

Shades of Medium Orchid #B947E2

Tints of Medium Orchid #B947E2

Color information

#B947E2 (or 0xB947E2) is unknown color: approx Medium Orchid. HEX triplet: B9, 47 and E2. RGB value is (185,71,226). Sum of RGB (Red+Green+Blue) = 185+71+226=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 71 (28.12% from 255 or 14.73% from 482); Blue value is 226 (88.67% from 255 or 46.89% from 482); Max value from RGB is 226 - color contains mainly: blue. Hex color #B947E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B947E2 is #46B81D. Grayscale: #7A7A7A. Windows color (decimal): -4634654 or 14829497. OLE color: 14829497.

HSL color Cylindrical-coordinate representation of color #B947E2: hue angle of 284.13º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B947E2 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18571226-
CMYK0.180.6900.11
HSL284.13º72.77%58.24%-
HSV(B)284.13º68.58%88.63%-
XYZ35.9920.3173.98-
YUV122.76186.27172.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.38%
GREEN value IS 71 (28.12% from 255) = 14.73%
BLUE value IS 226 (88.67% from 255) = 46.89%
R=38.38%
G=14.73%
B=46.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal185712260.180.6900.11284.1372.7758.24
HexB947E212450B11c493a
Octal2711073422210501343411172
Binary10111001100011111100010100101000101010111000111001001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B947E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B947E2; }

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

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

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

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

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

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

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

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