Html Css Color HEX #B271F7 Medium Purple

📋 copy color: '#B271F7'

red 178 ◦ green 113 ◦ blue 247

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

Shades of Medium Purple #B271F7

Tints of Medium Purple #B271F7

RGB

 RED value IS 178 (69.92% from 255) = 33.09%

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

 BLUE value IS 247 (96.88% from 255) = 45.91%

R = 33.09%
G = 21%
B = 45.91%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B271F7 (or 0xB271F7) is known color: Medium Purple. HEX triplet: B2, 71 and F7. RGB value is (178,113,247). Sum of RGB (Red+Green+Blue) = 178+113+247=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 113 (44.53% from 255 or 21.00% from 538); Blue value is 247 (96.88% from 255 or 45.91% from 538); Max value from RGB is 247 - color contains mainly: blue. Hex color #B271F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B271F7 is #4D8E08. Grayscale: #939393. Windows color (decimal): -5082633 or 16216498. OLE color: 16216498.

HSL color Cylindrical-coordinate representation of color #B271F7: hue angle of 269.1º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B271F7 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 178 113 247 -
CMYK 0.28 0.54 0 0.03
HSL 269.1º 0.89% 0.71% -
HSV(B) 269.1º 0.54% 0.97% -
XYZ 41.05 27.99 91.23 -
YUV 147.71 184.03 149.6 -
System Red Green Blue C M Y K H S L
Decimal 178 113 247 0.28 0.54 0 0.03 269.1 0.89 0.71
Hex B2 71 F7 1C 36 0 3 10D 59 47
Octal 262 161 367 34 66 0 3 415 131 107
Binary 10110010 1110001 11110111 11100 110110 0 11 100001101 1011001 1000111

Color Harmonies of #B271F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B271F7

Black with #B271F7

Text Example


Text Example

White with #B271F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B271F7; }

 p { color: rgb(178,113,247); }

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

background-color css

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

 a { background-color: rgb(178,113,247); }

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

border-color css

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

 span { border-color: rgb(178,113,247); }

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