#B368CB

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

Shades of Medium Orchid #B368CB

Tints of Medium Orchid #B368CB

Color information

#B368CB (or 0xB368CB) is unknown color: approx Medium Orchid. HEX triplet: B3, 68 and CB. RGB value is (179,104,203). Sum of RGB (Red+Green+Blue) = 179+104+203=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 104 (41.02% from 255 or 21.40% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #B368CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B368CB is #4C9734. Grayscale: #898989. Windows color (decimal): -5019445 or 13330611. OLE color: 13330611.

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

Color convert

RGB179104203-
CMYK0.120.4900.20
HSL285.45º48.77%60.2%-
HSV(B)285.45º48.77%79.61%-
XYZ34.3223.859.28-
YUV137.71164.85157.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.83%
GREEN value IS 104 (41.02% from 255) = 21.40%
BLUE value IS 203 (79.69% from 255) = 41.77%
R=36.83%
G=21.40%
B=41.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791042030.120.4900.20285.4548.7760.2
HexB368CBC3101411d313c
Octal26315031314610244356174
Binary101100111101000110010111100110001010100100011101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B368CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B368CB; }

 p { color: rgb(179,104,203); }

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

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

 a { background-color: rgb(179,104,203); }

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

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

 span { border-color: rgb(179,104,203); }

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