#B264E1

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

Shades of Medium Orchid #B264E1

Tints of Medium Orchid #B264E1

Color information

#B264E1 (or 0xB264E1) is unknown color: approx Medium Orchid. HEX triplet: B2, 64 and E1. RGB value is (178,100,225). Sum of RGB (Red+Green+Blue) = 178+100+225=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 100 (39.45% from 255 or 19.88% from 503); Blue value is 225 (88.28% from 255 or 44.73% from 503); Max value from RGB is 225 - color contains mainly: blue. Hex color #B264E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B264E1 is #4D9B1E. Grayscale: #898989. Windows color (decimal): -5085983 or 14771378. OLE color: 14771378.

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

Color convert

RGB178100225-
CMYK0.210.5600.12
HSL277.44º67.57%63.73%-
HSV(B)277.44º55.56%88.24%-
XYZ36.5124.0273.95-
YUV137.57177.34156.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.39%
GREEN value IS 100 (39.45% from 255) = 19.88%
BLUE value IS 225 (88.28% from 255) = 44.73%
R=35.39%
G=19.88%
B=44.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1781002250.210.5600.12277.4467.5763.73
HexB264E115380C1154440
Octal2621443412570014425104100
Binary10110010110010011100001101011110000110010001010110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B264E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B264E1; }

 p { color: rgb(178,100,225); }

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

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

 a { background-color: rgb(178,100,225); }

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

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

 span { border-color: rgb(178,100,225); }

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