#B370CF

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

Shades of Medium Orchid #B370CF

Tints of Medium Orchid #B370CF

Color information

#B370CF (or 0xB370CF) is unknown color: approx Medium Orchid. HEX triplet: B3, 70 and CF. RGB value is (179,112,207). Sum of RGB (Red+Green+Blue) = 179+112+207=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #B370CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B370CF is #4C8F30. Grayscale: #8E8E8E. Windows color (decimal): -5017393 or 13594803. OLE color: 13594803.

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

Color convert

RGB179112207-
CMYK0.140.4600.19
HSL282.32º49.74%62.55%-
HSV(B)282.32º45.89%81.18%-
XYZ35.6525.6862.11-
YUV142.86164.2153.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.94%
GREEN value IS 112 (44.14% from 255) = 22.49%
BLUE value IS 207 (81.25% from 255) = 41.57%
R=35.94%
G=22.49%
B=41.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1791122070.140.4600.19282.3249.7462.55
HexB370CFE2E01311a323f
Octal26316031716560234326277
Binary101100111110000110011111110101110010011100011010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B370CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B370CF; }

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

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

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

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

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

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

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

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