#B95FDD

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

Shades of Medium Orchid #B95FDD

Tints of Medium Orchid #B95FDD

Color information

#B95FDD (or 0xB95FDD) is unknown color: approx Medium Orchid. HEX triplet: B9, 5F and DD. RGB value is (185,95,221). Sum of RGB (Red+Green+Blue) = 185+95+221=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 95 (37.5% from 255 or 18.96% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #B95FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95FDD is #46A022. Grayscale: #878787. Windows color (decimal): -4628515 or 14507961. OLE color: 14507961.

HSL color Cylindrical-coordinate representation of color #B95FDD: hue angle of 282.86º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B95FDD is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18595221-
CMYK0.160.5700.13
HSL282.86º64.95%61.96%-
HSV(B)282.86º57.01%86.67%-
XYZ37.1523.7271.03-
YUV136.27175.82162.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.93%
GREEN value IS 95 (37.5% from 255) = 18.96%
BLUE value IS 221 (86.72% from 255) = 44.11%
R=36.93%
G=18.96%
B=44.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal185952210.160.5700.13282.8664.9561.96
HexB95FDD10390D11b413e
Octal271137335207101543310176
Binary1011100110111111101110110000111001011011000110111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95FDD; }

 p { color: rgb(185,95,221); }

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

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

 a { background-color: rgb(185,95,221); }

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

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

 span { border-color: rgb(185,95,221); }

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