Html Css Color HEX #B471EB Medium Purple

📋 copy color: '#B471EB'

red 180 ◦ green 113 ◦ blue 235

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

Shades of Medium Purple #B471EB

Tints of Medium Purple #B471EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.51%

R = 34.09%
G = 21.4%
B = 44.51%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B471EB (or 0xB471EB) is known color: Medium Purple. HEX triplet: B4, 71 and EB. RGB value is (180,113,235). Sum of RGB (Red+Green+Blue) = 180+113+235=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #B471EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B471EB is #4B8E14. Grayscale: #929292. Windows color (decimal): -4951573 or 15430068. OLE color: 15430068.

HSL color Cylindrical-coordinate representation of color #B471EB: hue angle of 272.95º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B471EB is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 113 235 -
CMYK 0.23 0.52 0 0.08
HSL 272.95º 0.75% 0.68% -
HSV(B) 272.95º 0.52% 0.92% -
XYZ 39.72 27.51 81.81 -
YUV 146.94 177.7 151.58 -
System Red Green Blue C M Y K H S L
Decimal 180 113 235 0.23 0.52 0 0.08 272.95 0.75 0.68
Hex B4 71 EB 17 34 0 8 111 4B 44
Octal 264 161 353 27 64 0 10 421 113 104
Binary 10110100 1110001 11101011 10111 110100 0 1000 100010001 1001011 1000100

Color Harmonies of #B471EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B471EB

Black with #B471EB

Text Example


Text Example

White with #B471EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B471EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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