Html Css Color HEX #B370FA Medium Purple

📋 copy color: '#B370FA'

red 179 ◦ green 112 ◦ blue 250

#B370FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #B370FA

Tints of Medium Purple #B370FA

RGB

 RED value IS 179 (70.31% from 255) = 33.09%

 GREEN value IS 112 (44.14% from 255) = 20.7%

 BLUE value IS 250 (98.05% from 255) = 46.21%

R = 33.09%
G = 20.7%
B = 46.21%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B370FA (or 0xB370FA) is known color: Medium Purple. HEX triplet: B3, 70 and FA. RGB value is (179,112,250). Sum of RGB (Red+Green+Blue) = 179+112+250=541 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.09% from 541); Green value is 112 (44.14% from 255 or 20.70% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #B370FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B370FA is #4C8F05. Grayscale: #939393. Windows color (decimal): -5017350 or 16412851. OLE color: 16412851.

HSL color Cylindrical-coordinate representation of color #B370FA: hue angle of 269.13º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B370FA is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 112 250 -
CMYK 0.28 0.55 0 0.02
HSL 269.13º 0.93% 0.71% -
HSV(B) 269.13º 0.55% 0.98% -
XYZ 41.64 28.07 93.67 -
YUV 147.77 185.7 150.28 -
System Red Green Blue C M Y K H S L
Decimal 179 112 250 0.28 0.55 0 0.02 269.13 0.93 0.71
Hex B3 70 FA 1C 37 0 2 10D 5D 47
Octal 263 160 372 34 67 0 2 415 135 107
Binary 10110011 1110000 11111010 11100 110111 0 10 100001101 1011101 1000111

Color Harmonies of #B370FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B370FA

Black with #B370FA

Text Example


Text Example

White with #B370FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B370FA; }

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

 H1.HeaderClassName
 {
   color: #B370FA;
 }
 .AnyTagClassName
 {
   color: #B370FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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