#B474D6

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

Shades of Medium Orchid #B474D6

Tints of Medium Orchid #B474D6

Color information

#B474D6 (or 0xB474D6) is unknown color: approx Medium Orchid. HEX triplet: B4, 74 and D6. RGB value is (180,116,214). Sum of RGB (Red+Green+Blue) = 180+116+214=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 116 (45.70% from 255 or 22.75% from 510); Blue value is 214 (83.98% from 255 or 41.96% from 510); Max value from RGB is 214 - color contains mainly: blue. Hex color #B474D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B474D6 is #4B8B29. Grayscale: #919191. Windows color (decimal): -4950826 or 14054580. OLE color: 14054580.

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

Color convert

RGB180116214-
CMYK0.160.4600.16
HSL279.18º54.44%64.71%-
HSV(B)279.18º45.79%83.92%-
XYZ37.2127.0566.88-
YUV146.31166.2152.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.29%
GREEN value IS 116 (45.70% from 255) = 22.75%
BLUE value IS 214 (83.98% from 255) = 41.96%
R=35.29%
G=22.75%
B=41.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1801162140.160.4600.16279.1854.4464.71
HexB474D6102E0101173641
Octal264164326205602042766101
Binary10110100111010011010110100001011100100001000101111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B474D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B474D6; }

 p { color: rgb(180,116,214); }

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

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

 a { background-color: rgb(180,116,214); }

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

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

 span { border-color: rgb(180,116,214); }

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