#b947d7

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

Shades of Medium Orchid #B947D7

Tints of Medium Orchid #B947D7

Color information

#B947D7 (or 0xB947D7) is unknown color: approx Medium Orchid. HEX triplet: B9, 47 and D7. RGB value is (185,71,215). Sum of RGB (Red+Green+Blue) = 185+71+215=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 71 (28.12% from 255 or 15.07% from 471); Blue value is 215 (84.38% from 255 or 45.65% from 471); Max value from RGB is 215 - color contains mainly: blue. Hex color #B947D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B947D7 is #46B828. Grayscale: #797979. Windows color (decimal): -4634665 or 14108601. OLE color: 14108601.

HSL color Cylindrical-coordinate representation of color #B947D7: hue angle of 287.5º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B947D7 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18571215-
CMYK0.140.6700.16
HSL287.5º64.29%56.08%-
HSV(B)287.5º66.98%84.31%-
XYZ34.5319.7366.28-
YUV121.5180.77173.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.28%
GREEN value IS 71 (28.12% from 255) = 15.07%
BLUE value IS 215 (84.38% from 255) = 45.65%
R=39.28%
G=15.07%
B=45.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal185712150.140.6700.16287.564.2956.08
HexB947D7E430101204038
Octal2711073271610302044010070
Binary10111001100011111010111111010000110100001001000001000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b947d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b947d7; }

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

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

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

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

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

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

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

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