#B957CA

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

Shades of Medium Orchid #B957CA

Tints of Medium Orchid #B957CA

Color information

#B957CA (or 0xB957CA) is unknown color: approx Medium Orchid. HEX triplet: B9, 57 and CA. RGB value is (185,87,202). Sum of RGB (Red+Green+Blue) = 185+87+202=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 87 (34.38% from 255 or 18.35% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #B957CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B957CA is #46A835. Grayscale: #818181. Windows color (decimal): -4630582 or 13260729. OLE color: 13260729.

HSL color Cylindrical-coordinate representation of color #B957CA: hue angle of 291.13º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B957CA is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18587202-
CMYK0.080.5700.21
HSL291.13º52.04%56.67%-
HSV(B)291.13º56.93%79.22%-
XYZ34.0821.3958.21-
YUV129.41168.97167.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.03%
GREEN value IS 87 (34.38% from 255) = 18.35%
BLUE value IS 202 (79.30% from 255) = 42.62%
R=39.03%
G=18.35%
B=42.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal185872020.080.5700.21291.1352.0456.67
HexB957CA8390151233439
Octal27112731210710254436471
Binary101110011010111110010101000111001010101100100011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B957CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B957CA; }

 p { color: rgb(185,87,202); }

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

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

 a { background-color: rgb(185,87,202); }

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

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

 span { border-color: rgb(185,87,202); }

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