#B675D3

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

Shades of Medium Orchid #B675D3

Tints of Medium Orchid #B675D3

Color information

#B675D3 (or 0xB675D3) is unknown color: approx Medium Orchid. HEX triplet: B6, 75 and D3. RGB value is (182,117,211). Sum of RGB (Red+Green+Blue) = 182+117+211=510 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.69% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 211 (82.81% from 255 or 41.37% from 510); Max value from RGB is 211 - color contains mainly: blue. Hex color #B675D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B675D3 is #498A2C. Grayscale: #929292. Windows color (decimal): -4819501 or 13858230. OLE color: 13858230.

HSL color Cylindrical-coordinate representation of color #B675D3: hue angle of 281.49º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B675D3 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB182117211-
CMYK0.140.4500.17
HSL281.49º51.65%64.31%-
HSV(B)281.49º44.55%82.75%-
XYZ37.4127.3764.94-
YUV147.15164.03152.86-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.69%
GREEN value IS 117 (46.09% from 255) = 22.94%
BLUE value IS 211 (82.81% from 255) = 41.37%
R=35.69%
G=22.94%
B=41.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1821172110.140.4500.17281.4951.6564.31
HexB675D3E2D0111193440
Octal266165323165502143164100
Binary1011011011101011101001111101011010100011000110011101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B675D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B675D3; }

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

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

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

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

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

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

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

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