#B264D8

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

Shades of Medium Orchid #B264D8

Tints of Medium Orchid #B264D8

Color information

#B264D8 (or 0xB264D8) is unknown color: approx Medium Orchid. HEX triplet: B2, 64 and D8. RGB value is (178,100,216). Sum of RGB (Red+Green+Blue) = 178+100+216=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 100 (39.45% from 255 or 20.24% from 494); Blue value is 216 (84.77% from 255 or 43.72% from 494); Max value from RGB is 216 - color contains mainly: blue. Hex color #B264D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B264D8 is #4D9B27. Grayscale: #888888. Windows color (decimal): -5085992 or 14181554. OLE color: 14181554.

HSL color Cylindrical-coordinate representation of color #B264D8: hue angle of 280.34º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B264D8 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB178100216-
CMYK0.180.5400.15
HSL280.34º59.79%61.96%-
HSV(B)280.34º53.7%84.71%-
XYZ35.3123.5467.65-
YUV136.55172.84157.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.03%
GREEN value IS 100 (39.45% from 255) = 20.24%
BLUE value IS 216 (84.77% from 255) = 43.72%
R=36.03%
G=20.24%
B=43.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1781002160.180.5400.15280.3459.7961.96
HexB264D812360F1183c3e
Octal26214433022660174307476
Binary101100101100100110110001001011011001111100011000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B264D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B264D8; }

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

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

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

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

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

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

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

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