#B367CA

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

Shades of Medium Orchid #B367CA

Tints of Medium Orchid #B367CA

Color information

#B367CA (or 0xB367CA) is unknown color: approx Medium Orchid. HEX triplet: B3, 67 and CA. RGB value is (179,103,202). Sum of RGB (Red+Green+Blue) = 179+103+202=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 103 (40.62% from 255 or 21.28% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #B367CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B367CA is #4C9835. Grayscale: #888888. Windows color (decimal): -5019702 or 13264819. OLE color: 13264819.

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

Color convert

RGB179103202-
CMYK0.110.4900.21
HSL286.06º48.29%59.8%-
HSV(B)286.06º49.01%79.22%-
XYZ34.123.5558.63-
YUV137.01164.68157.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.98%
GREEN value IS 103 (40.62% from 255) = 21.28%
BLUE value IS 202 (79.30% from 255) = 41.74%
R=36.98%
G=21.28%
B=41.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791032020.110.4900.21286.0648.2959.8
HexB367CAB3101511e303c
Octal26314731213610254366074
Binary101100111100111110010101011110001010101100011110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B367CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B367CA; }

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

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

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

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

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

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

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

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