#B674DC

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

Shades of Medium Orchid #B674DC

Tints of Medium Orchid #B674DC

Color information

#B674DC (or 0xB674DC) is unknown color: approx Medium Orchid. HEX triplet: B6, 74 and DC. RGB value is (182,116,220). Sum of RGB (Red+Green+Blue) = 182+116+220=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 116 (45.70% from 255 or 22.39% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #B674DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B674DC is #498B23. Grayscale: #939393. Windows color (decimal): -4819748 or 14447798. OLE color: 14447798.

HSL color Cylindrical-coordinate representation of color #B674DC: hue angle of 278.08º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B674DC is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB182116220-
CMYK0.170.4700.14
HSL278.08º59.77%65.88%-
HSV(B)278.08º47.27%86.27%-
XYZ38.4627.671.01-
YUV147.59168.87152.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.14%
GREEN value IS 116 (45.70% from 255) = 22.39%
BLUE value IS 220 (86.33% from 255) = 42.47%
R=35.14%
G=22.39%
B=42.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1821162200.170.4700.14278.0859.7765.88
HexB674DC112F0E1163c42
Octal266164334215701642674102
Binary1011011011101001101110010001101111011101000101101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B674DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B674DC; }

 p { color: rgb(182,116,220); }

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

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

 a { background-color: rgb(182,116,220); }

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

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

 span { border-color: rgb(182,116,220); }

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