Html Css Color HEX #B71CFF Electric Purple

📋 copy color: '#B71CFF'

red 183 ◦ green 28 ◦ blue 255

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

Shades of Electric Purple #B71CFF

Tints of Electric Purple #B71CFF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.01%

 BLUE value IS 255 (100% from 255) = 54.72%

R = 39.27%
G = 6.01%
B = 54.72%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B71CFF (or 0xB71CFF) is known color: Electric Purple. HEX triplet: B7, 1C and FF. RGB value is (183,28,255). Sum of RGB (Red+Green+Blue) = 183+28+255=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 28 (11.33% from 255 or 6.01% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #B71CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71CFF is #48E300. Grayscale: #636363. Windows color (decimal): -4776705 or 16719031. OLE color: 16719031.

HSL color Cylindrical-coordinate representation of color #B71CFF: hue angle of 280.97º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71CFF is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 183 28 255 -
CMYK 0.28 0.89 0 0
HSL 280.97º 1% 0.55% -
HSV(B) 280.97º 0.89% 1% -
XYZ 37.99 18.12 96.1 -
YUV 100.22 215.35 187.04 -
System Red Green Blue C M Y K H S L
Decimal 183 28 255 0.28 0.89 0 0 280.97 1 0.55
Hex B7 1C FF 1C 59 0 0 119 64 37
Octal 267 34 377 34 131 0 0 431 144 67
Binary 10110111 11100 11111111 11100 1011001 0 0 100011001 1100100 110111

Color Harmonies of #B71CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71CFF

Black with #B71CFF

Text Example


Text Example

White with #B71CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71CFF; }

 p { color: rgb(183,28,255); }

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

background-color css

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

 a { background-color: rgb(183,28,255); }

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

border-color css

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

 span { border-color: rgb(183,28,255); }

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