Html Css Color HEX #B471FB Medium Purple

📋 copy color: '#B471FB'

red 180 ◦ green 113 ◦ blue 251

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

Shades of Medium Purple #B471FB

Tints of Medium Purple #B471FB

RGB

 RED value IS 180 (70.7% from 255) = 33.09%

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

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

R = 33.09%
G = 20.77%
B = 46.14%

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

#B471FB (or 0xB471FB) is known color: Medium Purple. HEX triplet: B4, 71 and FB. RGB value is (180,113,251). Sum of RGB (Red+Green+Blue) = 180+113+251=544 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.09% from 544); Green value is 113 (44.53% from 255 or 20.77% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #B471FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B471FB is #4B8E04. Grayscale: #949494. Windows color (decimal): -4951557 or 16478644. OLE color: 16478644.

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

Color convert

RGB 180 113 251 -
CMYK 0.28 0.55 0 0.02
HSL 269.13º 0.95% 0.71% -
HSV(B) 269.13º 0.55% 0.98% -
XYZ 42.14 28.48 94.54 -
YUV 148.77 185.7 150.28 -
System Red Green Blue C M Y K H S L
Decimal 180 113 251 0.28 0.55 0 0.02 269.13 0.95 0.71
Hex B4 71 FB 1C 37 0 2 10D 5F 47
Octal 264 161 373 34 67 0 2 415 137 107
Binary 10110100 1110001 11111011 11100 110111 0 10 100001101 1011111 1000111

Color Harmonies of #B471FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B471FB

Black with #B471FB

Text Example


Text Example

White with #B471FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B471FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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