#B671DA

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

Shades of Medium Orchid #B671DA

Tints of Medium Orchid #B671DA

Color information

#B671DA (or 0xB671DA) is unknown color: approx Medium Orchid. HEX triplet: B6, 71 and DA. RGB value is (182,113,218). Sum of RGB (Red+Green+Blue) = 182+113+218=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 113 (44.53% from 255 or 22.03% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #B671DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B671DA is #498E25. Grayscale: #919191. Windows color (decimal): -4820518 or 14315958. OLE color: 14315958.

HSL color Cylindrical-coordinate representation of color #B671DA: hue angle of 279.43º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B671DA is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB182113218-
CMYK0.170.4800.15
HSL279.43º58.66%64.9%-
HSV(B)279.43º48.17%85.49%-
XYZ37.8526.8269.51-
YUV145.6168.86153.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.48%
GREEN value IS 113 (44.53% from 255) = 22.03%
BLUE value IS 218 (85.55% from 255) = 42.50%
R=35.48%
G=22.03%
B=42.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1821132180.170.4800.15279.4358.6664.9
HexB671DA11300F1173b41
Octal266161332216001742773101
Binary1011011011100011101101010001110000011111000101111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B671DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B671DA; }

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

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

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

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

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

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

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

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