#B257CA

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

Shades of Medium Orchid #B257CA

Tints of Medium Orchid #B257CA

Color information

#B257CA (or 0xB257CA) is unknown color: approx Medium Orchid. HEX triplet: B2, 57 and CA. RGB value is (178,87,202). Sum of RGB (Red+Green+Blue) = 178+87+202=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 87 (34.38% from 255 or 18.63% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #B257CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B257CA is #4DA835. Grayscale: #7E7E7E. Windows color (decimal): -5089334 or 13260722. OLE color: 13260722.

HSL color Cylindrical-coordinate representation of color #B257CA: hue angle of 287.48º 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 #B257CA is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17887202-
CMYK0.120.5700.21
HSL287.48º52.04%56.67%-
HSV(B)287.48º56.93%79.22%-
XYZ32.4320.5558.13-
YUV127.32170.15164.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.12%
GREEN value IS 87 (34.38% from 255) = 18.63%
BLUE value IS 202 (79.30% from 255) = 43.25%
R=38.12%
G=18.63%
B=43.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal178872020.120.5700.21287.4852.0456.67
HexB257CAC3901511f3439
Octal26212731214710254376471
Binary101100101010111110010101100111001010101100011111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B257CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B257CA; }

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

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

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

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

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

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

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

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