#B672D9

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

Shades of Medium Orchid #B672D9

Tints of Medium Orchid #B672D9

Color information

#B672D9 (or 0xB672D9) is unknown color: approx Medium Orchid. HEX triplet: B6, 72 and D9. RGB value is (182,114,217). Sum of RGB (Red+Green+Blue) = 182+114+217=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 217 (85.16% from 255 or 42.30% from 513); Max value from RGB is 217 - color contains mainly: blue. Hex color #B672D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B672D9 is #498D26. Grayscale: #919191. Windows color (decimal): -4820263 or 14250678. OLE color: 14250678.

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

Color convert

RGB182114217-
CMYK0.160.4700.15
HSL279.61º57.54%64.9%-
HSV(B)279.61º47.47%85.1%-
XYZ37.8326.9968.86-
YUV146.07168.03153.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.48%
GREEN value IS 114 (44.92% from 255) = 22.22%
BLUE value IS 217 (85.16% from 255) = 42.30%
R=35.48%
G=22.22%
B=42.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1821142170.160.4700.15279.6157.5464.9
HexB672D9102F0F1183a41
Octal266162331205701743072101
Binary1011011011100101101100110000101111011111000110001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B672D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B672D9; }

 p { color: rgb(182,114,217); }

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

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

 a { background-color: rgb(182,114,217); }

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

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

 span { border-color: rgb(182,114,217); }

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