Html Css Color HEX #B71DFB Electric Purple

📋 copy color: '#B71DFB'

red 183 ◦ green 29 ◦ blue 251

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

Shades of Electric Purple #B71DFB

Tints of Electric Purple #B71DFB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.26%

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

R = 39.52%
G = 6.26%
B = 54.21%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B71DFB (or 0xB71DFB) is known color: Electric Purple. HEX triplet: B7, 1D and FB. RGB value is (183,29,251). Sum of RGB (Red+Green+Blue) = 183+29+251=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 29 (11.72% from 255 or 6.26% from 463); Blue value is 251 (98.44% from 255 or 54.21% from 463); Max value from RGB is 251 - color contains mainly: blue. Hex color #B71DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71DFB is #48E204. Grayscale: #636363. Windows color (decimal): -4776453 or 16457143. OLE color: 16457143.

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

Color convert

RGB 183 29 251 -
CMYK 0.27 0.88 0 0.02
HSL 281.62º 0.97% 0.55% -
HSV(B) 281.62º 0.88% 0.98% -
XYZ 37.38 17.91 92.75 -
YUV 100.35 213.02 186.95 -
System Red Green Blue C M Y K H S L
Decimal 183 29 251 0.27 0.88 0 0.02 281.62 0.97 0.55
Hex B7 1D FB 1B 58 0 2 11A 61 37
Octal 267 35 373 33 130 0 2 432 141 67
Binary 10110111 11101 11111011 11011 1011000 0 10 100011010 1100001 110111

Color Harmonies of #B71DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71DFB

Black with #B71DFB

Text Example


Text Example

White with #B71DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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