#B469CD

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

Shades of Medium Orchid #B469CD

Tints of Medium Orchid #B469CD

Color information

#B469CD (or 0xB469CD) is unknown color: approx Medium Orchid. HEX triplet: B4, 69 and CD. RGB value is (180,105,205). Sum of RGB (Red+Green+Blue) = 180+105+205=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #B469CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B469CD is #4B9632. Grayscale: #8A8A8A. Windows color (decimal): -4953651 or 13461940. OLE color: 13461940.

HSL color Cylindrical-coordinate representation of color #B469CD: hue angle of 285º 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 #B469CD is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB180105205-
CMYK0.120.4900.20
HSL285º50%60.78%-
HSV(B)285º48.78%80.39%-
XYZ34.8924.2160.59-
YUV138.82165.35157.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.73%
GREEN value IS 105 (41.41% from 255) = 21.43%
BLUE value IS 205 (80.47% from 255) = 41.84%
R=36.73%
G=21.43%
B=41.84%

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
Decimal1801052050.120.4900.202855060.78
HexB469CDC3101411d323d
Octal26415131514610244356275
Binary101101001101001110011011100110001010100100011101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B469CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B469CD; }

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

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

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

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

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

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

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

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