#B469D5

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

Shades of Medium Orchid #B469D5

Tints of Medium Orchid #B469D5

Color information

#B469D5 (or 0xB469D5) is unknown color: approx Medium Orchid. HEX triplet: B4, 69 and D5. RGB value is (180,105,213). Sum of RGB (Red+Green+Blue) = 180+105+213=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 213 (83.59% from 255 or 42.77% from 498); Max value from RGB is 213 - color contains mainly: blue. Hex color #B469D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B469D5 is #4B962A. Grayscale: #8B8B8B. Windows color (decimal): -4953643 or 13986228. OLE color: 13986228.

HSL color Cylindrical-coordinate representation of color #B469D5: hue angle of 281.67º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B469D5 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB180105213-
CMYK0.150.5100.16
HSL281.67º56.25%62.35%-
HSV(B)281.67º50.7%83.53%-
XYZ35.8824.6165.81-
YUV139.74169.35156.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.14%
GREEN value IS 105 (41.41% from 255) = 21.08%
BLUE value IS 213 (83.59% from 255) = 42.77%
R=36.14%
G=21.08%
B=42.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1801052130.150.5100.16281.6756.2562.35
HexB469D5F3301011a383e
Octal26415132517630204327076
Binary101101001101001110101011111110011010000100011010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B469D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B469D5; }

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

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

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

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

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

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

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

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