Html Css Color HEX #B471FE Medium Purple

📋 copy color: '#B471FE'

red 180 ◦ green 113 ◦ blue 254

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

Shades of Medium Purple #B471FE

Tints of Medium Purple #B471FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.44%

R = 32.91%
G = 20.66%
B = 46.44%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B471FE (or 0xB471FE) is known color: Medium Purple. HEX triplet: B4, 71 and FE. RGB value is (180,113,254). Sum of RGB (Red+Green+Blue) = 180+113+254=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 113 (44.53% from 255 or 20.66% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #B471FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B471FE is #4B8E01. Grayscale: #949494. Windows color (decimal): -4951554 or 16675252. OLE color: 16675252.

HSL color Cylindrical-coordinate representation of color #B471FE: hue angle of 268.51º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B471FE is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 180 113 254 -
CMYK 0.29 0.56 0 0.00
HSL 268.51º 0.99% 0.72% -
HSV(B) 268.51º 0.56% 1% -
XYZ 42.62 28.67 97.05 -
YUV 149.11 187.2 150.04 -
System Red Green Blue C M Y K H S L
Decimal 180 113 254 0.29 0.56 0 0.00 268.51 0.99 0.72
Hex B4 71 FE 1D 38 0 0 10D 63 48
Octal 264 161 376 35 70 0 0 415 143 110
Binary 10110100 1110001 11111110 11101 111000 0 0 100001101 1100011 1001000

Color Harmonies of #B471FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B471FE

Black with #B471FE

Text Example


Text Example

White with #B471FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B471FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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