#B256E2

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

Shades of Medium Orchid #B256E2

Tints of Medium Orchid #B256E2

Color information

#B256E2 (or 0xB256E2) is unknown color: approx Medium Orchid. HEX triplet: B2, 56 and E2. RGB value is (178,86,226). Sum of RGB (Red+Green+Blue) = 178+86+226=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 86 (33.98% from 255 or 17.55% from 490); Blue value is 226 (88.67% from 255 or 46.12% from 490); Max value from RGB is 226 - color contains mainly: blue. Hex color #B256E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B256E2 is #4DA91D. Grayscale: #818181. Windows color (decimal): -5089566 or 14833330. OLE color: 14833330.

HSL color Cylindrical-coordinate representation of color #B256E2: hue angle of 279.43º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B256E2 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17886226-
CMYK0.210.6200.11
HSL279.43º70.71%61.18%-
HSV(B)279.43º61.95%88.63%-
XYZ35.4221.6174.26-
YUV129.47182.48162.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.33%
GREEN value IS 86 (33.98% from 255) = 17.55%
BLUE value IS 226 (88.67% from 255) = 46.12%
R=36.33%
G=17.55%
B=46.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal178862260.210.6200.11279.4370.7161.18
HexB256E2153E0B117473d
Octal262126342257601342710775
Binary1011001010101101110001010101111110010111000101111000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B256E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B256E2; }

 p { color: rgb(178,86,226); }

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

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

 a { background-color: rgb(178,86,226); }

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

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

 span { border-color: rgb(178,86,226); }

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