#B066E1

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

Shades of Medium Orchid #B066E1

Tints of Medium Orchid #B066E1

Color information

#B066E1 (or 0xB066E1) is unknown color: approx Medium Orchid. HEX triplet: B0, 66 and E1. RGB value is (176,102,225). Sum of RGB (Red+Green+Blue) = 176+102+225=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 102 (40.23% from 255 or 20.28% 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 #B066E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B066E1 is #4F991E. Grayscale: #898989. Windows color (decimal): -5216543 or 14771888. OLE color: 14771888.

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

Color convert

RGB176102225-
CMYK0.220.5500.12
HSL276.1º67.21%64.12%-
HSV(B)276.1º54.67%88.24%-
XYZ36.2524.1773.99-
YUV138.15177.02155-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.99%
GREEN value IS 102 (40.23% from 255) = 20.28%
BLUE value IS 225 (88.28% from 255) = 44.73%
R=34.99%
G=20.28%
B=44.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1761022250.220.5500.12276.167.2164.12
HexB066E116370C1144340
Octal2601463412667014424103100
Binary10110000110011011100001101101101110110010001010010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B066E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B066E1; }

 p { color: rgb(176,102,225); }

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

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

 a { background-color: rgb(176,102,225); }

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

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

 span { border-color: rgb(176,102,225); }

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