#B370D2

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

Shades of Medium Orchid #B370D2

Tints of Medium Orchid #B370D2

Color information

#B370D2 (or 0xB370D2) is unknown color: approx Medium Orchid. HEX triplet: B3, 70 and D2. RGB value is (179,112,210). Sum of RGB (Red+Green+Blue) = 179+112+210=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 112 (44.14% from 255 or 22.36% from 501); Blue value is 210 (82.42% from 255 or 41.92% from 501); Max value from RGB is 210 - color contains mainly: blue. Hex color #B370D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B370D2 is #4C8F2D. Grayscale: #8E8E8E. Windows color (decimal): -5017390 or 13791411. OLE color: 13791411.

HSL color Cylindrical-coordinate representation of color #B370D2: hue angle of 281.02º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B370D2 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB179112210-
CMYK0.150.4700.18
HSL281.02º52.13%63.14%-
HSV(B)281.02º46.67%82.35%-
XYZ36.0225.8364.06-
YUV143.21165.7153.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.73%
GREEN value IS 112 (44.14% from 255) = 22.36%
BLUE value IS 210 (82.42% from 255) = 41.92%
R=35.73%
G=22.36%
B=41.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1791122100.150.4700.18281.0252.1363.14
HexB370D2F2F012119343f
Octal26316032217570224316477
Binary101100111110000110100101111101111010010100011001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B370D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B370D2; }

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

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

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

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

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

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

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

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