#B95DDA

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

Shades of Medium Orchid #B95DDA

Tints of Medium Orchid #B95DDA

Color information

#B95DDA (or 0xB95DDA) is unknown color: approx Medium Orchid. HEX triplet: B9, 5D and DA. RGB value is (185,93,218). Sum of RGB (Red+Green+Blue) = 185+93+218=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 93 (36.72% from 255 or 18.75% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #B95DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95DDA is #46A225. Grayscale: #868686. Windows color (decimal): -4629030 or 14310841. OLE color: 14310841.

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

Color convert

RGB18593218-
CMYK0.150.5700.15
HSL284.16º62.81%60.98%-
HSV(B)284.16º57.34%85.49%-
XYZ36.5823.268.88-
YUV134.76174.98163.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.30%
GREEN value IS 93 (36.72% from 255) = 18.75%
BLUE value IS 218 (85.55% from 255) = 43.95%
R=37.30%
G=18.75%
B=43.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal185932180.150.5700.15284.1662.8160.98
HexB95DDAF390F11c3f3d
Octal27113533217710174347775
Binary10111001101110111011010111111100101111100011100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95DDA; }

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

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

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

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

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

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

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

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