Html Css Color HEX #B371FA Medium Purple

📋 copy color: '#B371FA'

red 179 ◦ green 113 ◦ blue 250

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

Shades of Medium Purple #B371FA

Tints of Medium Purple #B371FA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.85%

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

R = 33.03%
G = 20.85%
B = 46.13%

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

#B371FA (or 0xB371FA) is known color: Medium Purple. HEX triplet: B3, 71 and FA. RGB value is (179,113,250). Sum of RGB (Red+Green+Blue) = 179+113+250=542 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.03% from 542); Green value is 113 (44.53% from 255 or 20.85% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #B371FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B371FA is #4C8E05. Grayscale: #939393. Windows color (decimal): -5017094 or 16413107. OLE color: 16413107.

HSL color Cylindrical-coordinate representation of color #B371FA: hue angle of 268.91º 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 #B371FA is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 113 250 -
CMYK 0.28 0.55 0 0.02
HSL 268.91º 0.93% 0.71% -
HSV(B) 268.91º 0.55% 0.98% -
XYZ 41.75 28.3 93.7 -
YUV 148.35 185.37 149.86 -
System Red Green Blue C M Y K H S L
Decimal 179 113 250 0.28 0.55 0 0.02 268.91 0.93 0.71
Hex B3 71 FA 1C 37 0 2 10D 5D 47
Octal 263 161 372 34 67 0 2 415 135 107
Binary 10110011 1110001 11111010 11100 110111 0 10 100001101 1011101 1000111

Color Harmonies of #B371FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B371FA

Black with #B371FA

Text Example


Text Example

White with #B371FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B371FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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