#B669EA

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

Shades of Medium Orchid #B669EA

Tints of Medium Orchid #B669EA

Color information

#B669EA (or 0xB669EA) is unknown color: approx Medium Orchid. HEX triplet: B6, 69 and EA. RGB value is (182,105,234). Sum of RGB (Red+Green+Blue) = 182+105+234=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #B669EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B669EA is #499615. Grayscale: #8E8E8E. Windows color (decimal): -4822550 or 15362486. OLE color: 15362486.

HSL color Cylindrical-coordinate representation of color #B669EA: hue angle of 275.81º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B669EA is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB182105234-
CMYK0.220.5500.08
HSL275.81º75.44%66.47%-
HSV(B)275.81º55.13%91.76%-
XYZ39.1925.9980.79-
YUV142.73179.51156.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.93%
GREEN value IS 105 (41.41% from 255) = 20.15%
BLUE value IS 234 (91.80% from 255) = 44.91%
R=34.93%
G=20.15%
B=44.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1821052340.220.5500.08275.8175.4466.47
HexB669EA1637081144b42
Octal2661513522667010424113102
Binary10110110110100111101010101101101110100010001010010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B669EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B669EA; }

 p { color: rgb(182,105,234); }

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

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

 a { background-color: rgb(182,105,234); }

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

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

 span { border-color: rgb(182,105,234); }

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