#B675D8

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

Shades of Medium Orchid #B675D8

Tints of Medium Orchid #B675D8

Color information

#B675D8 (or 0xB675D8) is unknown color: approx Medium Orchid. HEX triplet: B6, 75 and D8. RGB value is (182,117,216). Sum of RGB (Red+Green+Blue) = 182+117+216=515 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.34% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 216 (84.77% from 255 or 41.94% from 515); Max value from RGB is 216 - color contains mainly: blue. Hex color #B675D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B675D8 is #498A27. Grayscale: #939393. Windows color (decimal): -4819496 or 14185910. OLE color: 14185910.

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

Color convert

RGB182117216-
CMYK0.160.4600.15
HSL279.39º55.93%65.29%-
HSV(B)279.39º45.83%84.71%-
XYZ38.0527.6368.29-
YUV147.72166.53152.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.34%
GREEN value IS 117 (46.09% from 255) = 22.72%
BLUE value IS 216 (84.77% from 255) = 41.94%
R=35.34%
G=22.72%
B=41.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1821172160.160.4600.15279.3955.9365.29
HexB675D8102E0F1173841
Octal266165330205601742770101
Binary1011011011101011101100010000101110011111000101111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B675D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B675D8; }

 p { color: rgb(182,117,216); }

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

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

 a { background-color: rgb(182,117,216); }

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

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

 span { border-color: rgb(182,117,216); }

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