#B369CA

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

Shades of Medium Orchid #B369CA

Tints of Medium Orchid #B369CA

Color information

#B369CA (or 0xB369CA) is unknown color: approx Medium Orchid. HEX triplet: B3, 69 and CA. RGB value is (179,105,202). Sum of RGB (Red+Green+Blue) = 179+105+202=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #B369CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B369CA is #4C9635. Grayscale: #898989. Windows color (decimal): -5019190 or 13265331. OLE color: 13265331.

HSL color Cylindrical-coordinate representation of color #B369CA: hue angle of 285.77º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B369CA is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB179105202-
CMYK0.110.4800.21
HSL285.77º47.78%60.2%-
HSV(B)285.77º48.02%79.22%-
XYZ34.323.9558.69-
YUV138.18164.02157.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.83%
GREEN value IS 105 (41.41% from 255) = 21.60%
BLUE value IS 202 (79.30% from 255) = 41.56%
R=36.83%
G=21.60%
B=41.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791052020.110.4800.21285.7747.7860.2
HexB369CAB3001511e303c
Octal26315131213600254366074
Binary101100111101001110010101011110000010101100011110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B369CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B369CA; }

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

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

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

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

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

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

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

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