#B257E0

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

Shades of Medium Orchid #B257E0

Tints of Medium Orchid #B257E0

Color information

#B257E0 (or 0xB257E0) is unknown color: approx Medium Orchid. HEX triplet: B2, 57 and E0. RGB value is (178,87,224). Sum of RGB (Red+Green+Blue) = 178+87+224=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 87 (34.38% from 255 or 17.79% from 489); Blue value is 224 (87.89% from 255 or 45.81% from 489); Max value from RGB is 224 - color contains mainly: blue. Hex color #B257E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B257E0 is #4DA81F. Grayscale: #818181. Windows color (decimal): -5089312 or 14702514. OLE color: 14702514.

HSL color Cylindrical-coordinate representation of color #B257E0: hue angle of 279.85º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B257E0 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17887224-
CMYK0.210.6100.12
HSL279.85º68.84%60.98%-
HSV(B)279.85º61.16%87.84%-
XYZ35.2221.6672.85-
YUV129.83181.15162.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.40%
GREEN value IS 87 (34.38% from 255) = 17.79%
BLUE value IS 224 (87.89% from 255) = 45.81%
R=36.40%
G=17.79%
B=45.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal178872240.210.6100.12279.8568.8460.98
HexB257E0153D0C118453d
Octal262127340257501443010575
Binary1011001010101111110000010101111101011001000110001000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B257E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B257E0; }

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

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

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

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

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

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

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

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