#B370DD

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

Shades of Medium Orchid #B370DD

Tints of Medium Orchid #B370DD

Color information

#B370DD (or 0xB370DD) is unknown color: approx Medium Orchid. HEX triplet: B3, 70 and DD. RGB value is (179,112,221). Sum of RGB (Red+Green+Blue) = 179+112+221=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #B370DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B370DD is #4C8F22. Grayscale: #909090. Windows color (decimal): -5017379 or 14512307. OLE color: 14512307.

HSL color Cylindrical-coordinate representation of color #B370DD: hue angle of 276.88º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B370DD is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179112221-
CMYK0.190.4900.13
HSL276.88º61.58%65.29%-
HSV(B)276.88º49.32%86.67%-
XYZ37.4426.3971.53-
YUV144.46171.2152.64-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.96%
GREEN value IS 112 (44.14% from 255) = 21.88%
BLUE value IS 221 (86.72% from 255) = 43.16%
R=34.96%
G=21.88%
B=43.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791122210.190.4900.13276.8861.5865.29
HexB370DD13310D1153e41
Octal263160335236101542576101
Binary1011001111100001101110110011110001011011000101011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B370DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B370DD; }

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

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

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

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

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

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

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

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