#B95DD3

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

Shades of Medium Orchid #B95DD3

Tints of Medium Orchid #B95DD3

Color information

#B95DD3 (or 0xB95DD3) is unknown color: approx Medium Orchid. HEX triplet: B9, 5D and D3. RGB value is (185,93,211). Sum of RGB (Red+Green+Blue) = 185+93+211=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 93 (36.72% from 255 or 19.02% from 489); Blue value is 211 (82.81% from 255 or 43.15% from 489); Max value from RGB is 211 - color contains mainly: blue. Hex color #B95DD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95DD3 is #46A22C. Grayscale: #858585. Windows color (decimal): -4629037 or 13852089. OLE color: 13852089.

HSL color Cylindrical-coordinate representation of color #B95DD3: hue angle of 286.78º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B95DD3 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18593211-
CMYK0.120.5600.17
HSL286.78º57.28%59.61%-
HSV(B)286.78º55.92%82.75%-
XYZ35.6822.8564.16-
YUV133.96171.48164.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.83%
GREEN value IS 93 (36.72% from 255) = 19.02%
BLUE value IS 211 (82.81% from 255) = 43.15%
R=37.83%
G=19.02%
B=43.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal185932110.120.5600.17286.7857.2859.61
HexB95DD3C3801111f393c
Octal27113532314700214377174
Binary101110011011101110100111100111000010001100011111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95DD3; }

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

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

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

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

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

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

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

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