#B370CA

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

Shades of Medium Orchid #B370CA

Tints of Medium Orchid #B370CA

Color information

#B370CA (or 0xB370CA) is unknown color: approx Medium Orchid. HEX triplet: B3, 70 and CA. RGB value is (179,112,202). Sum of RGB (Red+Green+Blue) = 179+112+202=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #B370CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B370CA is #4C8F35. Grayscale: #8E8E8E. Windows color (decimal): -5017398 or 13267123. OLE color: 13267123.

HSL color Cylindrical-coordinate representation of color #B370CA: hue angle of 284.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B370CA is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB179112202-
CMYK0.110.4500.21
HSL284.67º45.92%61.57%-
HSV(B)284.67º44.55%79.22%-
XYZ35.0525.4458.94-
YUV142.29161.7154.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.31%
GREEN value IS 112 (44.14% from 255) = 22.72%
BLUE value IS 202 (79.30% from 255) = 40.97%
R=36.31%
G=22.72%
B=40.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791122020.110.4500.21284.6745.9261.57
HexB370CAB2D01511d2e3e
Octal26316031213550254355676
Binary101100111110000110010101011101101010101100011101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B370CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B370CA; }

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

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

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

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

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

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

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

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