#B669EE

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

Shades of Medium Orchid #B669EE

Tints of Medium Orchid #B669EE

Color information

#B669EE (or 0xB669EE) is unknown color: approx Medium Orchid. HEX triplet: B6, 69 and EE. RGB value is (182,105,238). Sum of RGB (Red+Green+Blue) = 182+105+238=525 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.67% from 525); Green value is 105 (41.41% from 255 or 20% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #B669EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B669EE is #499611. Grayscale: #8E8E8E. Windows color (decimal): -4822546 or 15624630. OLE color: 15624630.

HSL color Cylindrical-coordinate representation of color #B669EE: hue angle of 274.74º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B669EE is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB182105238-
CMYK0.240.5600.07
HSL274.74º79.64%67.25%-
HSV(B)274.74º55.88%93.33%-
XYZ39.7826.2283.85-
YUV143.18181.51155.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.67%
GREEN value IS 105 (41.41% from 255) = 20%
BLUE value IS 238 (93.36% from 255) = 45.33%
R=34.67%
G=20%
B=45.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1821052380.240.5600.07274.7479.6467.25
HexB669EE1838071135043
Octal266151356307007423120103
Binary1011011011010011110111011000111000011110001001110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B669EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B669EE; }

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

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

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

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

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

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

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

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