#B469D4

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

Shades of Medium Orchid #B469D4

Tints of Medium Orchid #B469D4

Color information

#B469D4 (or 0xB469D4) is unknown color: approx Medium Orchid. HEX triplet: B4, 69 and D4. RGB value is (180,105,212). Sum of RGB (Red+Green+Blue) = 180+105+212=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 212 (83.20% from 255 or 42.66% from 497); Max value from RGB is 212 - color contains mainly: blue. Hex color #B469D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B469D4 is #4B962B. Grayscale: #8B8B8B. Windows color (decimal): -4953644 or 13920692. OLE color: 13920692.

HSL color Cylindrical-coordinate representation of color #B469D4: hue angle of 282.06º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B469D4 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB180105212-
CMYK0.150.5000.17
HSL282.06º55.44%62.16%-
HSV(B)282.06º50.47%83.14%-
XYZ35.7624.5665.14-
YUV139.62168.85156.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.22%
GREEN value IS 105 (41.41% from 255) = 21.13%
BLUE value IS 212 (83.20% from 255) = 42.66%
R=36.22%
G=21.13%
B=42.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1801052120.150.5000.17282.0655.4462.16
HexB469D4F3201111a373e
Octal26415132417620214326776
Binary101101001101001110101001111110010010001100011010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B469D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B469D4; }

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

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

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

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

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

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

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

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