#B468DB

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

Shades of Medium Orchid #B468DB

Tints of Medium Orchid #B468DB

Color information

#B468DB (or 0xB468DB) is unknown color: approx Medium Orchid. HEX triplet: B4, 68 and DB. RGB value is (180,104,219). Sum of RGB (Red+Green+Blue) = 180+104+219=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #B468DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B468DB is #4B9724. Grayscale: #8B8B8B. Windows color (decimal): -4953893 or 14379188. OLE color: 14379188.

HSL color Cylindrical-coordinate representation of color #B468DB: hue angle of 279.65º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B468DB is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB180104219-
CMYK0.180.5300.14
HSL279.65º61.5%63.33%-
HSV(B)279.65º52.51%85.88%-
XYZ36.5624.7269.86-
YUV139.83172.68156.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.79%
GREEN value IS 104 (41.02% from 255) = 20.68%
BLUE value IS 219 (85.94% from 255) = 43.54%
R=35.79%
G=20.68%
B=43.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1801042190.180.5300.14279.6561.563.33
HexB468DB12350E1183d3f
Octal26415033322650164307577
Binary101101001101000110110111001011010101110100011000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B468DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B468DB; }

 p { color: rgb(180,104,219); }

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

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

 a { background-color: rgb(180,104,219); }

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

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

 span { border-color: rgb(180,104,219); }

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