#B675D0

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

Shades of Medium Orchid #B675D0

Tints of Medium Orchid #B675D0

Color information

#B675D0 (or 0xB675D0) is unknown color: approx Medium Orchid. HEX triplet: B6, 75 and D0. RGB value is (182,117,208). Sum of RGB (Red+Green+Blue) = 182+117+208=507 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.90% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 208 - color contains mainly: blue. Hex color #B675D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B675D0 is #498A2F. Grayscale: #929292. Windows color (decimal): -4819504 or 13661622. OLE color: 13661622.

HSL color Cylindrical-coordinate representation of color #B675D0: hue angle of 282.86º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B675D0 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB182117208-
CMYK0.120.4400.18
HSL282.86º49.19%63.73%-
HSV(B)282.86º43.75%81.57%-
XYZ37.0427.2262.98-
YUV146.81162.53153.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.90%
GREEN value IS 117 (46.09% from 255) = 23.08%
BLUE value IS 208 (81.64% from 255) = 41.03%
R=35.90%
G=23.08%
B=41.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1821172080.120.4400.18282.8649.1963.73
HexB675D0C2C01211b3140
Octal266165320145402243361100
Binary1011011011101011101000011001011000100101000110111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B675D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B675D0; }

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

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

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

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

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

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

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

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