#B948D9

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

Shades of Medium Orchid #B948D9

Tints of Medium Orchid #B948D9

Color information

#B948D9 (or 0xB948D9) is unknown color: approx Medium Orchid. HEX triplet: B9, 48 and D9. RGB value is (185,72,217). Sum of RGB (Red+Green+Blue) = 185+72+217=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 72 (28.52% from 255 or 15.19% from 474); Blue value is 217 (85.16% from 255 or 45.78% from 474); Max value from RGB is 217 - color contains mainly: blue. Hex color #B948D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B948D9 is #46B726. Grayscale: #797979. Windows color (decimal): -4634407 or 14239929. OLE color: 14239929.

HSL color Cylindrical-coordinate representation of color #B948D9: hue angle of 286.76º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B948D9 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18572217-
CMYK0.150.6700.15
HSL286.76º65.61%56.67%-
HSV(B)286.76º66.82%85.1%-
XYZ34.8519.9667.66-
YUV122.32181.44172.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.03%
GREEN value IS 72 (28.52% from 255) = 15.19%
BLUE value IS 217 (85.16% from 255) = 45.78%
R=39.03%
G=15.19%
B=45.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal185722170.150.6700.15286.7665.6156.67
HexB948D9F430F11f4239
Octal2711103311710301743710271
Binary1011100110010001101100111111000011011111000111111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B948D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B948D9; }

 p { color: rgb(185,72,217); }

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

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

 a { background-color: rgb(185,72,217); }

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

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

 span { border-color: rgb(185,72,217); }

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