#B370ED

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

Shades of Medium Purple #B370ED

Tints of Medium Purple #B370ED

Color information

#B370ED (or 0xB370ED) is unknown color: approx Medium Purple. HEX triplet: B3, 70 and ED. RGB value is (179,112,237). Sum of RGB (Red+Green+Blue) = 179+112+237=528 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.90% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #B370ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B370ED is #4C8F12. Grayscale: #919191. Windows color (decimal): -5017363 or 15560883. OLE color: 15560883.

HSL color Cylindrical-coordinate representation of color #B370ED: hue angle of 272.16º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B370ED is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB179112237-
CMYK0.240.5300.07
HSL272.16º77.64%68.43%-
HSV(B)272.16º52.74%92.94%-
XYZ39.6727.2983.3-
YUV146.28179.2151.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.90%
GREEN value IS 112 (44.14% from 255) = 21.21%
BLUE value IS 237 (92.97% from 255) = 44.89%
R=33.90%
G=21.21%
B=44.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791122370.240.5300.07272.1677.6468.43
HexB370ED1835071104e44
Octal263160355306507420116104
Binary1011001111100001110110111000110101011110001000010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B370ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B370ED; }

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

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

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

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

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

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

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

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