#B569CD

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

Shades of Medium Orchid #B569CD

Tints of Medium Orchid #B569CD

Color information

#B569CD (or 0xB569CD) is unknown color: approx Medium Orchid. HEX triplet: B5, 69 and CD. RGB value is (181,105,205). Sum of RGB (Red+Green+Blue) = 181+105+205=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #B569CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B569CD is #4A9632. Grayscale: #8A8A8A. Windows color (decimal): -4888115 or 13461941. OLE color: 13461941.

HSL color Cylindrical-coordinate representation of color #B569CD: hue angle of 285.6º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B569CD is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB181105205-
CMYK0.120.4900.20
HSL285.6º50%60.78%-
HSV(B)285.6º48.78%80.39%-
XYZ35.1324.3360.6-
YUV139.12165.18157.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.86%
GREEN value IS 105 (41.41% from 255) = 21.38%
BLUE value IS 205 (80.47% from 255) = 41.75%
R=36.86%
G=21.38%
B=41.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811052050.120.4900.20285.65060.78
HexB569CDC3101411e323d
Octal26515131514610244366275
Binary101101011101001110011011100110001010100100011110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B569CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B569CD; }

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

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

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

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

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

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

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

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