#B370C8

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

Shades of Medium Orchid #B370C8

Tints of Medium Orchid #B370C8

Color information

#B370C8 (or 0xB370C8) is unknown color: approx Medium Orchid. HEX triplet: B3, 70 and C8. RGB value is (179,112,200). Sum of RGB (Red+Green+Blue) = 179+112+200=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 200 (78.52% from 255 or 40.73% from 491); Max value from RGB is 200 - color contains mainly: blue. Hex color #B370C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B370C8 is #4C8F37. Grayscale: #8D8D8D. Windows color (decimal): -5017400 or 13136051. OLE color: 13136051.

HSL color Cylindrical-coordinate representation of color #B370C8: hue angle of 285.68º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B370C8 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB179112200-
CMYK0.100.4400.22
HSL285.68º44.44%61.18%-
HSV(B)285.68º44%78.43%-
XYZ34.8125.3457.7-
YUV142.06160.7154.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.46%
GREEN value IS 112 (44.14% from 255) = 22.81%
BLUE value IS 200 (78.52% from 255) = 40.73%
R=36.46%
G=22.81%
B=40.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1791122000.100.4400.22285.6844.4461.18
HexB370C8A2C01611e2c3d
Octal26316031012540264365475
Binary101100111110000110010001010101100010110100011110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B370C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B370C8; }

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

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

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

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

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

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

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

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