#B675D7

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

Shades of Medium Orchid #B675D7

Tints of Medium Orchid #B675D7

Color information

#B675D7 (or 0xB675D7) is unknown color: approx Medium Orchid. HEX triplet: B6, 75 and D7. RGB value is (182,117,215). Sum of RGB (Red+Green+Blue) = 182+117+215=514 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.41% from 514); Green value is 117 (46.09% from 255 or 22.76% from 514); Blue value is 215 (84.38% from 255 or 41.83% from 514); Max value from RGB is 215 - color contains mainly: blue. Hex color #B675D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B675D7 is #498A28. Grayscale: #939393. Windows color (decimal): -4819497 or 14120374. OLE color: 14120374.

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

Color convert

RGB182117215-
CMYK0.150.4600.16
HSL279.8º55.06%65.1%-
HSV(B)279.8º45.58%84.31%-
XYZ37.9227.5767.61-
YUV147.61166.03152.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.41%
GREEN value IS 117 (46.09% from 255) = 22.76%
BLUE value IS 215 (84.38% from 255) = 41.83%
R=35.41%
G=22.76%
B=41.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1821172150.150.4600.16279.855.0665.1
HexB675D7F2E0101183741
Octal266165327175602043067101
Binary1011011011101011101011111111011100100001000110001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B675D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B675D7; }

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

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

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

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

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

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

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

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