#B256E4

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

Shades of Medium Orchid #B256E4

Tints of Medium Orchid #B256E4

Color information

#B256E4 (or 0xB256E4) is unknown color: approx Medium Orchid. HEX triplet: B2, 56 and E4. RGB value is (178,86,228). Sum of RGB (Red+Green+Blue) = 178+86+228=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 86 (33.98% from 255 or 17.48% from 492); Blue value is 228 (89.45% from 255 or 46.34% from 492); Max value from RGB is 228 - color contains mainly: blue. Hex color #B256E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B256E4 is #4DA91B. Grayscale: #818181. Windows color (decimal): -5089564 or 14964402. OLE color: 14964402.

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

Color convert

RGB17886228-
CMYK0.220.6200.11
HSL278.87º72.45%61.57%-
HSV(B)278.87º62.28%89.41%-
XYZ35.6921.7275.71-
YUV129.7183.48162.45-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.18%
GREEN value IS 86 (33.98% from 255) = 17.48%
BLUE value IS 228 (89.45% from 255) = 46.34%
R=36.18%
G=17.48%
B=46.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal178862280.220.6200.11278.8772.4561.57
HexB256E4163E0B117483e
Octal262126344267601342711076
Binary1011001010101101110010010110111110010111000101111001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B256E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B256E4; }

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

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

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

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

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

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

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

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