#B467DD

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

Shades of Medium Orchid #B467DD

Tints of Medium Orchid #B467DD

Color information

#B467DD (or 0xB467DD) is unknown color: approx Medium Orchid. HEX triplet: B4, 67 and DD. RGB value is (180,103,221). Sum of RGB (Red+Green+Blue) = 180+103+221=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 103 (40.62% from 255 or 20.44% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #B467DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B467DD is #4B9822. Grayscale: #8B8B8B. Windows color (decimal): -4954147 or 14510004. OLE color: 14510004.

HSL color Cylindrical-coordinate representation of color #B467DD: hue angle of 279.15º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B467DD is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180103221-
CMYK0.190.5300.13
HSL279.15º63.44%63.53%-
HSV(B)279.15º53.39%86.67%-
XYZ36.7224.6271.22-
YUV139.48174.01156.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.71%
GREEN value IS 103 (40.62% from 255) = 20.44%
BLUE value IS 221 (86.72% from 255) = 43.85%
R=35.71%
G=20.44%
B=43.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801032210.190.5300.13279.1563.4463.53
HexB467DD13350D1173f40
Octal264147335236501542777100
Binary1011010011001111101110110011110101011011000101111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B467DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B467DD; }

 p { color: rgb(180,103,221); }

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

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

 a { background-color: rgb(180,103,221); }

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

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

 span { border-color: rgb(180,103,221); }

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