Html Css Color HEX #B71BFB Electric Purple

📋 copy color: '#B71BFB'

red 183 ◦ green 27 ◦ blue 251

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

Shades of Electric Purple #B71BFB

Tints of Electric Purple #B71BFB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.86%

 BLUE value IS 251 (98.44% from 255) = 54.45%

R = 39.7%
G = 5.86%
B = 54.45%

CMYK

 C value IS 0.27

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B71BFB (or 0xB71BFB) is known color: Electric Purple. HEX triplet: B7, 1B and FB. RGB value is (183,27,251). Sum of RGB (Red+Green+Blue) = 183+27+251=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 27 (10.94% from 255 or 5.86% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #B71BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71BFB is #48E404. Grayscale: #626262. Windows color (decimal): -4776965 or 16456631. OLE color: 16456631.

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

Color convert

RGB 183 27 251 -
CMYK 0.27 0.89 0 0.02
HSL 281.79º 0.97% 0.55% -
HSV(B) 281.79º 0.89% 0.98% -
XYZ 37.33 17.82 92.74 -
YUV 99.18 213.68 187.79 -
System Red Green Blue C M Y K H S L
Decimal 183 27 251 0.27 0.89 0 0.02 281.79 0.97 0.55
Hex B7 1B FB 1B 59 0 2 11A 61 37
Octal 267 33 373 33 131 0 2 432 141 67
Binary 10110111 11011 11111011 11011 1011001 0 10 100011010 1100001 110111

Color Harmonies of #B71BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71BFB

Black with #B71BFB

Text Example


Text Example

White with #B71BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71BFB; }

 p { color: rgb(183,27,251); }

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

background-color css

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

 a { background-color: rgb(183,27,251); }

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

border-color css

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

 span { border-color: rgb(183,27,251); }

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