#B956FD

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

Shades of Medium Orchid #B956FD

Tints of Medium Orchid #B956FD

Color information

#B956FD (or 0xB956FD) is unknown color: approx Medium Orchid. HEX triplet: B9, 56 and FD. RGB value is (185,86,253). Sum of RGB (Red+Green+Blue) = 185+86+253=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 86 (33.98% from 255 or 16.41% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #B956FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B956FD is #46A902. Grayscale: #868686. Windows color (decimal): -4630787 or 16602809. OLE color: 16602809.

HSL color Cylindrical-coordinate representation of color #B956FD: hue angle of 275.57º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B956FD is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18586253-
CMYK0.270.6600.01
HSL275.57º97.66%66.47%-
HSV(B)275.57º66.01%99.22%-
XYZ41.0624.0695.41-
YUV134.64194.8163.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.31%
GREEN value IS 86 (33.98% from 255) = 16.41%
BLUE value IS 253 (99.22% from 255) = 48.28%
R=35.31%
G=16.41%
B=48.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal185862530.270.6600.01275.5797.6666.47
HexB956FD1B42011146242
Octal2711263753310201424142102
Binary101110011010110111111011101110000100110001010011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B956FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B956FD; }

 p { color: rgb(185,86,253); }

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

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

 a { background-color: rgb(185,86,253); }

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

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

 span { border-color: rgb(185,86,253); }

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