#B264DA

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

Shades of Medium Orchid #B264DA

Tints of Medium Orchid #B264DA

Color information

#B264DA (or 0xB264DA) is unknown color: approx Medium Orchid. HEX triplet: B2, 64 and DA. RGB value is (178,100,218). Sum of RGB (Red+Green+Blue) = 178+100+218=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 100 (39.45% from 255 or 20.16% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #B264DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B264DA is #4D9B25. Grayscale: #888888. Windows color (decimal): -5085990 or 14312626. OLE color: 14312626.

HSL color Cylindrical-coordinate representation of color #B264DA: hue angle of 279.66º degrees, saturation: 0.61, 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 #B264DA is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB178100218-
CMYK0.180.5400.15
HSL279.66º61.46%62.35%-
HSV(B)279.66º54.13%85.49%-
XYZ35.5723.6469.02-
YUV136.77173.84157.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.89%
GREEN value IS 100 (39.45% from 255) = 20.16%
BLUE value IS 218 (85.55% from 255) = 43.95%
R=35.89%
G=20.16%
B=43.95%

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
Decimal1781002180.180.5400.15279.6661.4662.35
HexB264DA12360F1183d3e
Octal26214433222660174307576
Binary101100101100100110110101001011011001111100011000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B264DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B264DA; }

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

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

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

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

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

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

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

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