#B669E4

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

Shades of Medium Orchid #B669E4

Tints of Medium Orchid #B669E4

Color information

#B669E4 (or 0xB669E4) is unknown color: approx Medium Orchid. HEX triplet: B6, 69 and E4. RGB value is (182,105,228). Sum of RGB (Red+Green+Blue) = 182+105+228=515 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.34% from 515); Green value is 105 (41.41% from 255 or 20.39% from 515); Blue value is 228 (89.45% from 255 or 44.27% from 515); Max value from RGB is 228 - color contains mainly: blue. Hex color #B669E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B669E4 is #49961B. Grayscale: #8D8D8D. Windows color (decimal): -4822556 or 14969270. OLE color: 14969270.

HSL color Cylindrical-coordinate representation of color #B669E4: hue angle of 277.56º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B669E4 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB182105228-
CMYK0.200.5400.11
HSL277.56º69.49%65.29%-
HSV(B)277.56º53.95%89.41%-
XYZ38.3525.6576.33-
YUV142.04176.51156.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.34%
GREEN value IS 105 (41.41% from 255) = 20.39%
BLUE value IS 228 (89.45% from 255) = 44.27%
R=35.34%
G=20.39%
B=44.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1821052280.200.5400.11277.5669.4965.29
HexB669E414360B1164541
Octal2661513442466013426105101
Binary10110110110100111100100101001101100101110001011010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B669E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B669E4; }

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

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

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

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

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

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

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

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