#B365DB

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

Shades of Medium Orchid #B365DB

Tints of Medium Orchid #B365DB

Color information

#B365DB (or 0xB365DB) is unknown color: approx Medium Orchid. HEX triplet: B3, 65 and DB. RGB value is (179,101,219). Sum of RGB (Red+Green+Blue) = 179+101+219=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 101 (39.84% from 255 or 20.24% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #B365DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B365DB is #4C9A24. Grayscale: #898989. Windows color (decimal): -5020197 or 14378419. OLE color: 14378419.

HSL color Cylindrical-coordinate representation of color #B365DB: hue angle of 279.66º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B365DB is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB179101219-
CMYK0.180.5400.14
HSL279.66º62.11%62.75%-
HSV(B)279.66º53.88%85.88%-
XYZ36.0324.0169.75-
YUV137.77173.84157.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.87%
GREEN value IS 101 (39.84% from 255) = 20.24%
BLUE value IS 219 (85.94% from 255) = 43.89%
R=35.87%
G=20.24%
B=43.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1791012190.180.5400.14279.6662.1162.75
HexB365DB12360E1183e3f
Octal26314533322660164307677
Binary101100111100101110110111001011011001110100011000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B365DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B365DB; }

 p { color: rgb(179,101,219); }

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

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

 a { background-color: rgb(179,101,219); }

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

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

 span { border-color: rgb(179,101,219); }

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