#B469DA

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

Shades of Medium Orchid #B469DA

Tints of Medium Orchid #B469DA

Color information

#B469DA (or 0xB469DA) is unknown color: approx Medium Orchid. HEX triplet: B4, 69 and DA. RGB value is (180,105,218). Sum of RGB (Red+Green+Blue) = 180+105+218=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #B469DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B469DA is #4B9625. Grayscale: #8B8B8B. Windows color (decimal): -4953638 or 14313908. OLE color: 14313908.

HSL color Cylindrical-coordinate representation of color #B469DA: hue angle of 279.82º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B469DA is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB180105218-
CMYK0.170.5200.15
HSL279.82º60.43%63.33%-
HSV(B)279.82º51.83%85.49%-
XYZ36.5324.8769.2-
YUV140.31171.85156.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.79%
GREEN value IS 105 (41.41% from 255) = 20.87%
BLUE value IS 218 (85.55% from 255) = 43.34%
R=35.79%
G=20.87%
B=43.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1801052180.170.5200.15279.8260.4363.33
HexB469DA11340F1183c3f
Octal26415133221640174307477
Binary101101001101001110110101000111010001111100011000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B469DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B469DA; }

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

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

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

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

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

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

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

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