#B369D5

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

Shades of Medium Orchid #B369D5

Tints of Medium Orchid #B369D5

Color information

#B369D5 (or 0xB369D5) is unknown color: approx Medium Orchid. HEX triplet: B3, 69 and D5. RGB value is (179,105,213). Sum of RGB (Red+Green+Blue) = 179+105+213=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 213 - color contains mainly: blue. Hex color #B369D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B369D5 is #4C962A. Grayscale: #8B8B8B. Windows color (decimal): -5019179 or 13986227. OLE color: 13986227.

HSL color Cylindrical-coordinate representation of color #B369D5: hue angle of 281.11º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B369D5 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB179105213-
CMYK0.160.5100.16
HSL281.11º56.25%62.35%-
HSV(B)281.11º50.7%83.53%-
XYZ35.6524.4965.8-
YUV139.44169.52156.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.02%
GREEN value IS 105 (41.41% from 255) = 21.13%
BLUE value IS 213 (83.59% from 255) = 42.86%
R=36.02%
G=21.13%
B=42.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1791052130.160.5100.16281.1156.2562.35
HexB369D51033010119383e
Octal26315132520630204317076
Binary1011001111010011101010110000110011010000100011001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B369D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B369D5; }

 p { color: rgb(179,105,213); }

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

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

 a { background-color: rgb(179,105,213); }

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

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

 span { border-color: rgb(179,105,213); }

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