#B569EE

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

Shades of Medium Orchid #B569EE

Tints of Medium Orchid #B569EE

Color information

#B569EE (or 0xB569EE) is unknown color: approx Medium Orchid. HEX triplet: B5, 69 and EE. RGB value is (181,105,238). Sum of RGB (Red+Green+Blue) = 181+105+238=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 105 (41.41% from 255 or 20.04% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #B569EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B569EE is #4A9611. Grayscale: #8E8E8E. Windows color (decimal): -4888082 or 15624629. OLE color: 15624629.

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

Color convert

RGB181105238-
CMYK0.240.5600.07
HSL274.29º79.64%67.25%-
HSV(B)274.29º55.88%93.33%-
XYZ39.5426.183.84-
YUV142.89181.68155.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.54%
GREEN value IS 105 (41.41% from 255) = 20.04%
BLUE value IS 238 (93.36% from 255) = 45.42%
R=34.54%
G=20.04%
B=45.42%

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
Decimal1811052380.240.5600.07274.2979.6467.25
HexB569EE1838071125043
Octal265151356307007422120103
Binary1011010111010011110111011000111000011110001001010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B569EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B569EE; }

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

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

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

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

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

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

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

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