Html Css Color HEX #B71AF8 Electric Purple

📋 copy color: '#B71AF8'

red 183 ◦ green 26 ◦ blue 248

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

Shades of Electric Purple #B71AF8

Tints of Electric Purple #B71AF8

RGB

 RED value IS 183 (71.88% from 255) = 40.04%

 GREEN value IS 26 (10.55% from 255) = 5.69%

 BLUE value IS 248 (97.27% from 255) = 54.27%

R = 40.04%
G = 5.69%
B = 54.27%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B71AF8 (or 0xB71AF8) is known color: Electric Purple. HEX triplet: B7, 1A and F8. RGB value is (183,26,248). Sum of RGB (Red+Green+Blue) = 183+26+248=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 26 (10.55% from 255 or 5.69% from 457); Blue value is 248 (97.27% from 255 or 54.27% from 457); Max value from RGB is 248 - color contains mainly: blue. Hex color #B71AF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71AF8 is #48E507. Grayscale: #616161. Windows color (decimal): -4777224 or 16259767. OLE color: 16259767.

HSL color Cylindrical-coordinate representation of color #B71AF8: hue angle of 282.43º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71AF8 is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 183 26 248 -
CMYK 0.26 0.90 0 0.03
HSL 282.43º 0.94% 0.54% -
HSV(B) 282.43º 0.9% 0.97% -
XYZ 36.84 17.58 90.26 -
YUV 98.25 212.51 188.45 -
System Red Green Blue C M Y K H S L
Decimal 183 26 248 0.26 0.90 0 0.03 282.43 0.94 0.54
Hex B7 1A F8 1A 5A 0 3 11A 5E 36
Octal 267 32 370 32 132 0 3 432 136 66
Binary 10110111 11010 11111000 11010 1011010 0 11 100011010 1011110 110110

Color Harmonies of #B71AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71AF8

Black with #B71AF8

Text Example


Text Example

White with #B71AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71AF8; }

 p { color: rgb(183,26,248); }

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

background-color css

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

 a { background-color: rgb(183,26,248); }

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

border-color css

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

 span { border-color: rgb(183,26,248); }

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