#B370E0

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

Shades of Medium Orchid #B370E0

Tints of Medium Orchid #B370E0

Color information

#B370E0 (or 0xB370E0) is unknown color: approx Medium Orchid. HEX triplet: B3, 70 and E0. RGB value is (179,112,224). Sum of RGB (Red+Green+Blue) = 179+112+224=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 224 (87.89% from 255 or 43.50% from 515); Max value from RGB is 224 - color contains mainly: blue. Hex color #B370E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B370E0 is #4C8F1F. Grayscale: #909090. Windows color (decimal): -5017376 or 14708915. OLE color: 14708915.

HSL color Cylindrical-coordinate representation of color #B370E0: hue angle of 275.89º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B370E0 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB179112224-
CMYK0.200.5000.12
HSL275.89º64.37%65.88%-
HSV(B)275.89º50%87.84%-
XYZ37.8426.5573.65-
YUV144.8172.7152.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.76%
GREEN value IS 112 (44.14% from 255) = 21.75%
BLUE value IS 224 (87.89% from 255) = 43.50%
R=34.76%
G=21.75%
B=43.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1791122240.200.5000.12275.8964.3765.88
HexB370E014320C1144042
Octal2631603402462014424100102
Binary10110011111000011100000101001100100110010001010010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B370E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B370E0; }

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

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

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

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

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

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

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

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