#B950DA

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

Shades of Medium Orchid #B950DA

Tints of Medium Orchid #B950DA

Color information

#B950DA (or 0xB950DA) is unknown color: approx Medium Orchid. HEX triplet: B9, 50 and DA. RGB value is (185,80,218). Sum of RGB (Red+Green+Blue) = 185+80+218=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 80 (31.64% from 255 or 16.56% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #B950DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B950DA is #46AF25. Grayscale: #7E7E7E. Windows color (decimal): -4632358 or 14307513. OLE color: 14307513.

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

Color convert

RGB18580218-
CMYK0.150.6300.15
HSL285.65º65.09%58.43%-
HSV(B)285.65º63.3%85.49%-
XYZ35.5321.1168.53-
YUV127.13179.29169.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.30%
GREEN value IS 80 (31.64% from 255) = 16.56%
BLUE value IS 218 (85.55% from 255) = 45.13%
R=38.30%
G=16.56%
B=45.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal185802180.150.6300.15285.6565.0958.43
HexB950DAF3F0F11e413a
Octal271120332177701743610172
Binary101110011010000110110101111111111011111000111101000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B950DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B950DA; }

 p { color: rgb(185,80,218); }

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

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

 a { background-color: rgb(185,80,218); }

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

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

 span { border-color: rgb(185,80,218); }

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