Html Css Color HEX #B371F1 Medium Purple

📋 copy color: '#B371F1'

red 179 ◦ green 113 ◦ blue 241

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

Shades of Medium Purple #B371F1

Tints of Medium Purple #B371F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 45.22%

R = 33.58%
G = 21.2%
B = 45.22%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B371F1 (or 0xB371F1) is known color: Medium Purple. HEX triplet: B3, 71 and F1. RGB value is (179,113,241). Sum of RGB (Red+Green+Blue) = 179+113+241=533 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.58% from 533); Green value is 113 (44.53% from 255 or 21.20% from 533); Blue value is 241 (94.53% from 255 or 45.22% from 533); Max value from RGB is 241 - color contains mainly: blue. Hex color #B371F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B371F1 is #4C8E0E. Grayscale: #929292. Windows color (decimal): -5017103 or 15823283. OLE color: 15823283.

HSL color Cylindrical-coordinate representation of color #B371F1: hue angle of 270.94º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B371F1 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 179 113 241 -
CMYK 0.26 0.53 0 0.05
HSL 270.94º 0.82% 0.69% -
HSV(B) 270.94º 0.53% 0.95% -
XYZ 40.37 27.74 86.45 -
YUV 147.33 180.87 150.59 -
System Red Green Blue C M Y K H S L
Decimal 179 113 241 0.26 0.53 0 0.05 270.94 0.82 0.69
Hex B3 71 F1 1A 35 0 5 10F 52 45
Octal 263 161 361 32 65 0 5 417 122 105
Binary 10110011 1110001 11110001 11010 110101 0 101 100001111 1010010 1000101

Color Harmonies of #B371F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B371F1

Black with #B371F1

Text Example


Text Example

White with #B371F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B371F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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