#B369E6

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

Shades of Medium Orchid #B369E6

Tints of Medium Orchid #B369E6

Color information

#B369E6 (or 0xB369E6) is unknown color: approx Medium Orchid. HEX triplet: B3, 69 and E6. RGB value is (179,105,230). Sum of RGB (Red+Green+Blue) = 179+105+230=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 105 (41.41% from 255 or 20.43% from 514); Blue value is 230 (90.23% from 255 or 44.75% from 514); Max value from RGB is 230 - color contains mainly: blue. Hex color #B369E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B369E6 is #4C9619. Grayscale: #8C8C8C. Windows color (decimal): -5019162 or 15100339. OLE color: 15100339.

HSL color Cylindrical-coordinate representation of color #B369E6: hue angle of 275.52º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B369E6 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB179105230-
CMYK0.220.5400.10
HSL275.52º71.43%65.69%-
HSV(B)275.52º54.35%90.2%-
XYZ37.9225.477.77-
YUV141.38178.02154.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.82%
GREEN value IS 105 (41.41% from 255) = 20.43%
BLUE value IS 230 (90.23% from 255) = 44.75%
R=34.82%
G=20.43%
B=44.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1791052300.220.5400.10275.5271.4365.69
HexB369E616360A1144742
Octal2631513462666012424107102
Binary10110011110100111100110101101101100101010001010010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B369E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B369E6; }

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

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

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

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

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

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

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

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