#B367CF

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

Shades of Medium Orchid #B367CF

Tints of Medium Orchid #B367CF

Color information

#B367CF (or 0xB367CF) is unknown color: approx Medium Orchid. HEX triplet: B3, 67 and CF. RGB value is (179,103,207). Sum of RGB (Red+Green+Blue) = 179+103+207=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 103 (40.62% from 255 or 21.06% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #B367CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B367CF is #4C9830. Grayscale: #898989. Windows color (decimal): -5019697 or 13592499. OLE color: 13592499.

HSL color Cylindrical-coordinate representation of color #B367CF: hue angle of 283.85º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B367CF is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB179103207-
CMYK0.140.5000.19
HSL283.85º52%60.78%-
HSV(B)283.85º50.24%81.18%-
XYZ34.723.7961.79-
YUV137.58167.18157.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.61%
GREEN value IS 103 (40.62% from 255) = 21.06%
BLUE value IS 207 (81.25% from 255) = 42.33%
R=36.61%
G=21.06%
B=42.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1791032070.140.5000.19283.855260.78
HexB367CFE3201311c343d
Octal26314731716620234346475
Binary101100111100111110011111110110010010011100011100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B367CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B367CF; }

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

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

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

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

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

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

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

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