#B370CC

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

Shades of Medium Orchid #B370CC

Tints of Medium Orchid #B370CC

Color information

#B370CC (or 0xB370CC) is unknown color: approx Medium Orchid. HEX triplet: B3, 70 and CC. RGB value is (179,112,204). Sum of RGB (Red+Green+Blue) = 179+112+204=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #B370CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B370CC is #4C8F33. Grayscale: #8E8E8E. Windows color (decimal): -5017396 or 13398195. OLE color: 13398195.

HSL color Cylindrical-coordinate representation of color #B370CC: hue angle of 283.7º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B370CC is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB179112204-
CMYK0.120.4500.2
HSL283.7º47.42%61.96%-
HSV(B)283.7º45.1%80%-
XYZ35.2825.5360.2-
YUV142.52162.7154.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.16%
GREEN value IS 112 (44.14% from 255) = 22.63%
BLUE value IS 204 (80.08% from 255) = 41.21%
R=36.16%
G=22.63%
B=41.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1791122040.120.4500.2283.747.4261.96
HexB370CCC2D01411c2f3e
Octal26316031414550244345776
Binary101100111110000110011001100101101010100100011100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B370CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B370CC; }

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

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

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

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

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

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

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

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