Html Css Color HEX #B471FD Medium Purple

📋 copy color: '#B471FD'

red 180 ◦ green 113 ◦ blue 253

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

Shades of Medium Purple #B471FD

Tints of Medium Purple #B471FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.34%

R = 32.97%
G = 20.7%
B = 46.34%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B471FD (or 0xB471FD) is known color: Medium Purple. HEX triplet: B4, 71 and FD. RGB value is (180,113,253). Sum of RGB (Red+Green+Blue) = 180+113+253=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 113 (44.53% from 255 or 20.70% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #B471FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B471FD is #4B8E02. Grayscale: #949494. Windows color (decimal): -4951555 or 16609716. OLE color: 16609716.

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

Color convert

RGB 180 113 253 -
CMYK 0.29 0.55 0 0.01
HSL 268.71º 0.97% 0.72% -
HSV(B) 268.71º 0.55% 0.99% -
XYZ 42.46 28.61 96.21 -
YUV 148.99 186.7 150.12 -
System Red Green Blue C M Y K H S L
Decimal 180 113 253 0.29 0.55 0 0.01 268.71 0.97 0.72
Hex B4 71 FD 1D 37 0 1 10D 61 48
Octal 264 161 375 35 67 0 1 415 141 110
Binary 10110100 1110001 11111101 11101 110111 0 1 100001101 1100001 1001000

Color Harmonies of #B471FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B471FD

Black with #B471FD

Text Example


Text Example

White with #B471FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B471FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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