Html Css Color HEX #B271FB Medium Purple

📋 copy color: '#B271FB'

red 178 ◦ green 113 ◦ blue 251

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

Shades of Medium Purple #B271FB

Tints of Medium Purple #B271FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.31%

R = 32.84%
G = 20.85%
B = 46.31%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B271FB (or 0xB271FB) is known color: Medium Purple. HEX triplet: B2, 71 and FB. RGB value is (178,113,251). Sum of RGB (Red+Green+Blue) = 178+113+251=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 113 (44.53% from 255 or 20.85% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #B271FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B271FB is #4D8E04. Grayscale: #939393. Windows color (decimal): -5082629 or 16478642. OLE color: 16478642.

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

Color convert

RGB 178 113 251 -
CMYK 0.29 0.55 0 0.02
HSL 268.26º 0.95% 0.71% -
HSV(B) 268.26º 0.55% 0.98% -
XYZ 41.68 28.24 94.52 -
YUV 148.17 186.03 149.28 -
System Red Green Blue C M Y K H S L
Decimal 178 113 251 0.29 0.55 0 0.02 268.26 0.95 0.71
Hex B2 71 FB 1D 37 0 2 10C 5F 47
Octal 262 161 373 35 67 0 2 414 137 107
Binary 10110010 1110001 11111011 11101 110111 0 10 100001100 1011111 1000111

Color Harmonies of #B271FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B271FB

Black with #B271FB

Text Example


Text Example

White with #B271FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B271FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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