#B469D1

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

Shades of Medium Orchid #B469D1

Tints of Medium Orchid #B469D1

Color information

#B469D1 (or 0xB469D1) is unknown color: approx Medium Orchid. HEX triplet: B4, 69 and D1. RGB value is (180,105,209). Sum of RGB (Red+Green+Blue) = 180+105+209=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 105 (41.41% from 255 or 21.26% from 494); Blue value is 209 (82.03% from 255 or 42.31% from 494); Max value from RGB is 209 - color contains mainly: blue. Hex color #B469D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B469D1 is #4B962E. Grayscale: #8A8A8A. Windows color (decimal): -4953647 or 13724084. OLE color: 13724084.

HSL color Cylindrical-coordinate representation of color #B469D1: hue angle of 283.27º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B469D1 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB180105209-
CMYK0.140.5000.18
HSL283.27º53.06%61.57%-
HSV(B)283.27º49.76%81.96%-
XYZ35.3824.4163.17-
YUV139.28167.35157.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.44%
GREEN value IS 105 (41.41% from 255) = 21.26%
BLUE value IS 209 (82.03% from 255) = 42.31%
R=36.44%
G=21.26%
B=42.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1801052090.140.5000.18283.2753.0661.57
HexB469D1E3201211b353e
Octal26415132116620224336576
Binary101101001101001110100011110110010010010100011011110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B469D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B469D1; }

 p { color: rgb(180,105,209); }

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

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

 a { background-color: rgb(180,105,209); }

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

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

 span { border-color: rgb(180,105,209); }

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