#B471DD

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

Shades of Medium Orchid #B471DD

Tints of Medium Orchid #B471DD

Color information

#B471DD (or 0xB471DD) is unknown color: approx Medium Orchid. HEX triplet: B4, 71 and DD. RGB value is (180,113,221). Sum of RGB (Red+Green+Blue) = 180+113+221=514 (68% of max value = 765). Red value is 180 (70.70% from 255 or 35.02% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #B471DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B471DD is #4B8E22. Grayscale: #909090. Windows color (decimal): -4951587 or 14512564. OLE color: 14512564.

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

Color convert

RGB180113221-
CMYK0.190.4900.13
HSL277.22º61.36%65.49%-
HSV(B)277.22º48.87%86.67%-
XYZ37.7826.7371.58-
YUV145.35170.7152.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.02%
GREEN value IS 113 (44.53% from 255) = 21.98%
BLUE value IS 221 (86.72% from 255) = 43.00%
R=35.02%
G=21.98%
B=43.00%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801132210.190.4900.13277.2261.3665.49
HexB471DD13310D1153d41
Octal264161335236101542575101
Binary1011010011100011101110110011110001011011000101011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B471DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B471DD; }

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

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

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

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

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

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

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

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