#B370C0

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

Shades of Medium Orchid #B370C0

Tints of Medium Orchid #B370C0

Color information

#B370C0 (or 0xB370C0) is unknown color: approx Medium Orchid. HEX triplet: B3, 70 and C0. RGB value is (179,112,192). Sum of RGB (Red+Green+Blue) = 179+112+192=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 192 - color contains mainly: blue. Hex color #B370C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B370C0 is #4C8F3F. Grayscale: #8C8C8C. Windows color (decimal): -5017408 or 12611763. OLE color: 12611763.

HSL color Cylindrical-coordinate representation of color #B370C0: hue angle of 290.25º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B370C0 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB179112192-
CMYK0.070.4200.25
HSL290.25º38.83%59.61%-
HSV(B)290.25º41.67%75.29%-
XYZ33.924.9852.9-
YUV141.15156.7155-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.06%
GREEN value IS 112 (44.14% from 255) = 23.19%
BLUE value IS 192 (75.39% from 255) = 39.75%
R=37.06%
G=23.19%
B=39.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791121920.070.4200.25290.2538.8359.61
HexB370C072A019122273c
Octal2631603007520314424774
Binary10110011111000011000000111101010011001100100010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B370C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B370C0; }

 p { color: rgb(179,112,192); }

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

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

 a { background-color: rgb(179,112,192); }

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

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

 span { border-color: rgb(179,112,192); }

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