#B470CD

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

Shades of Medium Orchid #B470CD

Tints of Medium Orchid #B470CD

Color information

#B470CD (or 0xB470CD) is unknown color: approx Medium Orchid. HEX triplet: B4, 70 and CD. RGB value is (180,112,205). Sum of RGB (Red+Green+Blue) = 180+112+205=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #B470CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B470CD is #4B8F32. Grayscale: #8E8E8E. Windows color (decimal): -4951859 or 13463732. OLE color: 13463732.

HSL color Cylindrical-coordinate representation of color #B470CD: hue angle of 283.87º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B470CD is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB180112205-
CMYK0.120.4500.20
HSL283.87º48.19%62.16%-
HSV(B)283.87º45.37%80.39%-
XYZ35.6425.760.84-
YUV142.93163.03154.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.22%
GREEN value IS 112 (44.14% from 255) = 22.54%
BLUE value IS 205 (80.47% from 255) = 41.25%
R=36.22%
G=22.54%
B=41.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1801122050.120.4500.20283.8748.1962.16
HexB470CDC2D01411c303e
Octal26416031514550244346076
Binary101101001110000110011011100101101010100100011100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B470CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B470CD; }

 p { color: rgb(180,112,205); }

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

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

 a { background-color: rgb(180,112,205); }

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

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

 span { border-color: rgb(180,112,205); }

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