Html Css Color HEX #B371F6 Medium Purple

📋 copy color: '#B371F6'

red 179 ◦ green 113 ◦ blue 246

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

Shades of Medium Purple #B371F6

Tints of Medium Purple #B371F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 45.72%

R = 33.27%
G = 21%
B = 45.72%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B371F6 (or 0xB371F6) is known color: Medium Purple. HEX triplet: B3, 71 and F6. RGB value is (179,113,246). Sum of RGB (Red+Green+Blue) = 179+113+246=538 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.27% from 538); Green value is 113 (44.53% from 255 or 21.00% from 538); Blue value is 246 (96.48% from 255 or 45.72% from 538); Max value from RGB is 246 - color contains mainly: blue. Hex color #B371F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B371F6 is #4C8E09. Grayscale: #939393. Windows color (decimal): -5017098 or 16150963. OLE color: 16150963.

HSL color Cylindrical-coordinate representation of color #B371F6: hue angle of 269.77º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B371F6 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 179 113 246 -
CMYK 0.27 0.54 0 0.04
HSL 269.77º 0.88% 0.7% -
HSV(B) 269.77º 0.54% 0.96% -
XYZ 41.13 28.05 90.43 -
YUV 147.9 183.37 150.19 -
System Red Green Blue C M Y K H S L
Decimal 179 113 246 0.27 0.54 0 0.04 269.77 0.88 0.7
Hex B3 71 F6 1B 36 0 4 10E 58 46
Octal 263 161 366 33 66 0 4 416 130 106
Binary 10110011 1110001 11110110 11011 110110 0 100 100001110 1011000 1000110

Color Harmonies of #B371F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B371F6

Black with #B371F6

Text Example


Text Example

White with #B371F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B371F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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