#B369CD

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

Shades of Medium Orchid #B369CD

Tints of Medium Orchid #B369CD

Color information

#B369CD (or 0xB369CD) is unknown color: approx Medium Orchid. HEX triplet: B3, 69 and CD. RGB value is (179,105,205). Sum of RGB (Red+Green+Blue) = 179+105+205=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #B369CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B369CD is #4C9632. Grayscale: #8A8A8A. Windows color (decimal): -5019187 or 13461939. OLE color: 13461939.

HSL color Cylindrical-coordinate representation of color #B369CD: hue angle of 284.4º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B369CD is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB179105205-
CMYK0.130.4900.20
HSL284.4º50%60.78%-
HSV(B)284.4º48.78%80.39%-
XYZ34.6624.0960.58-
YUV138.53165.52156.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.61%
GREEN value IS 105 (41.41% from 255) = 21.47%
BLUE value IS 205 (80.47% from 255) = 41.92%
R=36.61%
G=21.47%
B=41.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791052050.130.4900.20284.45060.78
HexB369CDD3101411c323d
Octal26315131515610244346275
Binary101100111101001110011011101110001010100100011100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B369CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B369CD; }

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

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

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

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

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

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

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

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