#B671CD

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

Shades of Medium Orchid #B671CD

Tints of Medium Orchid #B671CD

Color information

#B671CD (or 0xB671CD) is unknown color: approx Medium Orchid. HEX triplet: B6, 71 and CD. RGB value is (182,113,205). Sum of RGB (Red+Green+Blue) = 182+113+205=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #B671CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B671CD is #498E32. Grayscale: #8F8F8F. Windows color (decimal): -4820531 or 13463990. OLE color: 13463990.

HSL color Cylindrical-coordinate representation of color #B671CD: hue angle of 285º 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 #B671CD is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB182113205-
CMYK0.110.4500.20
HSL285º47.92%62.35%-
HSV(B)285º44.88%80.39%-
XYZ36.2226.1660.9-
YUV144.12162.36155.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.4%
GREEN value IS 113 (44.53% from 255) = 22.6%
BLUE value IS 205 (80.47% from 255) = 41%
R=36.4%
G=22.6%
B=41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821132050.110.4500.2028547.9262.35
HexB671CDB2D01411d303e
Octal26616131513550244356076
Binary101101101110001110011011011101101010100100011101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B671CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B671CD; }

 p { color: rgb(182,113,205); }

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

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

 a { background-color: rgb(182,113,205); }

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

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

 span { border-color: rgb(182,113,205); }

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