#B675DB

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

Shades of Medium Orchid #B675DB

Tints of Medium Orchid #B675DB

Color information

#B675DB (or 0xB675DB) is unknown color: approx Medium Orchid. HEX triplet: B6, 75 and DB. RGB value is (182,117,219). Sum of RGB (Red+Green+Blue) = 182+117+219=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 117 (46.09% from 255 or 22.59% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #B675DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B675DB is #498A24. Grayscale: #939393. Windows color (decimal): -4819493 or 14382518. OLE color: 14382518.

HSL color Cylindrical-coordinate representation of color #B675DB: hue angle of 278.24º degrees, saturation: 0.59, 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 #B675DB is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB182117219-
CMYK0.170.4700.14
HSL278.24º58.62%65.88%-
HSV(B)278.24º46.58%85.88%-
XYZ38.4427.7870.35-
YUV148.06168.03152.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.14%
GREEN value IS 117 (46.09% from 255) = 22.59%
BLUE value IS 219 (85.94% from 255) = 42.28%
R=35.14%
G=22.59%
B=42.28%

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
Decimal1821172190.170.4700.14278.2458.6265.88
HexB675DB112F0E1163b42
Octal266165333215701642673102
Binary1011011011101011101101110001101111011101000101101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B675DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B675DB; }

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

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

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

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

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

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

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

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