#B471D7

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

Shades of Medium Orchid #B471D7

Tints of Medium Orchid #B471D7

Color information

#B471D7 (or 0xB471D7) is unknown color: approx Medium Orchid. HEX triplet: B4, 71 and D7. RGB value is (180,113,215). Sum of RGB (Red+Green+Blue) = 180+113+215=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 215 (84.38% from 255 or 42.32% from 508); Max value from RGB is 215 - color contains mainly: blue. Hex color #B471D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B471D7 is #4B8E28. Grayscale: #909090. Windows color (decimal): -4951593 or 14119348. OLE color: 14119348.

HSL color Cylindrical-coordinate representation of color #B471D7: hue angle of 279.41º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B471D7 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB180113215-
CMYK0.160.4700.16
HSL279.41º56.04%64.31%-
HSV(B)279.41º47.44%84.31%-
XYZ36.9926.4267.44-
YUV144.66167.7153.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.43%
GREEN value IS 113 (44.53% from 255) = 22.24%
BLUE value IS 215 (84.38% from 255) = 42.32%
R=35.43%
G=22.24%
B=42.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1801132150.160.4700.16279.4156.0464.31
HexB471D7102F0101173840
Octal264161327205702042770100
Binary10110100111000111010111100001011110100001000101111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B471D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B471D7; }

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

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

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

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

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

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

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

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