#B367C4

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

Shades of Medium Orchid #B367C4

Tints of Medium Orchid #B367C4

Color information

#B367C4 (or 0xB367C4) is unknown color: approx Medium Orchid. HEX triplet: B3, 67 and C4. RGB value is (179,103,196). Sum of RGB (Red+Green+Blue) = 179+103+196=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 103 (40.62% from 255 or 21.55% from 478); Blue value is 196 (76.95% from 255 or 41.00% from 478); Max value from RGB is 196 - color contains mainly: blue. Hex color #B367C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B367C4 is #4C983B. Grayscale: #888888. Windows color (decimal): -5019708 or 12871603. OLE color: 12871603.

HSL color Cylindrical-coordinate representation of color #B367C4: hue angle of 289.03º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B367C4 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB179103196-
CMYK0.090.4700.23
HSL289.03º44.08%58.63%-
HSV(B)289.03º47.45%76.86%-
XYZ33.423.2754.96-
YUV136.33161.68158.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.45%
GREEN value IS 103 (40.62% from 255) = 21.55%
BLUE value IS 196 (76.95% from 255) = 41.00%
R=37.45%
G=21.55%
B=41.00%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1791031960.090.4700.23289.0344.0858.63
HexB367C492F0171212c3b
Octal26314730411570274415473
Binary101100111100111110001001001101111010111100100001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B367C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B367C4; }

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

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

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

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

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

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

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

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