#B664E1

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

Shades of Medium Orchid #B664E1

Tints of Medium Orchid #B664E1

Color information

#B664E1 (or 0xB664E1) is unknown color: approx Medium Orchid. HEX triplet: B6, 64 and E1. RGB value is (182,100,225). Sum of RGB (Red+Green+Blue) = 182+100+225=507 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.90% from 507); Green value is 100 (39.45% from 255 or 19.72% from 507); Blue value is 225 (88.28% from 255 or 44.38% from 507); Max value from RGB is 225 - color contains mainly: blue. Hex color #B664E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B664E1 is #499B1E. Grayscale: #8A8A8A. Windows color (decimal): -4823839 or 14771382. OLE color: 14771382.

HSL color Cylindrical-coordinate representation of color #B664E1: hue angle of 279.36º 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 #B664E1 is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB182100225-
CMYK0.190.5600.12
HSL279.36º67.57%63.73%-
HSV(B)279.36º55.56%88.24%-
XYZ37.4424.573.99-
YUV138.77176.67158.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.90%
GREEN value IS 100 (39.45% from 255) = 19.72%
BLUE value IS 225 (88.28% from 255) = 44.38%
R=35.90%
G=19.72%
B=44.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1821002250.190.5600.12279.3667.5763.73
HexB664E113380C1174440
Octal2661443412370014427104100
Binary10110110110010011100001100111110000110010001011110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B664E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B664E1; }

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

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

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

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

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

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

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

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