#B95DD0

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

Shades of Medium Orchid #B95DD0

Tints of Medium Orchid #B95DD0

Color information

#B95DD0 (or 0xB95DD0) is unknown color: approx Medium Orchid. HEX triplet: B9, 5D and D0. RGB value is (185,93,208). Sum of RGB (Red+Green+Blue) = 185+93+208=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 93 (36.72% from 255 or 19.14% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 208 - color contains mainly: blue. Hex color #B95DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95DD0 is #46A22F. Grayscale: #858585. Windows color (decimal): -4629040 or 13655481. OLE color: 13655481.

HSL color Cylindrical-coordinate representation of color #B95DD0: hue angle of 288º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B95DD0 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18593208-
CMYK0.110.5500.18
HSL288º55.02%59.02%-
HSV(B)288º55.29%81.57%-
XYZ35.3122.762.19-
YUV133.62169.98164.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.07%
GREEN value IS 93 (36.72% from 255) = 19.14%
BLUE value IS 208 (81.64% from 255) = 42.80%
R=38.07%
G=19.14%
B=42.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal185932080.110.5500.1828855.0259.02
HexB95DD0B37012120373b
Octal27113532013670224406773
Binary101110011011101110100001011110111010010100100000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95DD0; }

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

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

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

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

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

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

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

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