#B569C4

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

Shades of Medium Orchid #B569C4

Tints of Medium Orchid #B569C4

Color information

#B569C4 (or 0xB569C4) is unknown color: approx Medium Orchid. HEX triplet: B5, 69 and C4. RGB value is (181,105,196). Sum of RGB (Red+Green+Blue) = 181+105+196=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 196 (76.95% from 255 or 40.66% from 482); Max value from RGB is 196 - color contains mainly: blue. Hex color #B569C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B569C4 is #4A963B. Grayscale: #898989. Windows color (decimal): -4888124 or 12872117. OLE color: 12872117.

HSL color Cylindrical-coordinate representation of color #B569C4: hue angle of 290.11º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B569C4 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB181105196-
CMYK0.080.4600.23
HSL290.11º43.54%59.02%-
HSV(B)290.11º46.43%76.86%-
XYZ34.0723.9155.04-
YUV138.1160.68158.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.55%
GREEN value IS 105 (41.41% from 255) = 21.78%
BLUE value IS 196 (76.95% from 255) = 40.66%
R=37.55%
G=21.78%
B=40.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1811051960.080.4600.23290.1143.5459.02
HexB569C482E0171222c3b
Octal26515130410560274425473
Binary101101011101001110001001000101110010111100100010101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B569C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B569C4; }

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

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

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

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

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

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

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

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