Html Css Color HEX #B71BFD Electric Purple

📋 copy color: '#B71BFD'

red 183 ◦ green 27 ◦ blue 253

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

Shades of Electric Purple #B71BFD

Tints of Electric Purple #B71BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.64%

R = 39.52%
G = 5.83%
B = 54.64%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B71BFD (or 0xB71BFD) is known color: Electric Purple. HEX triplet: B7, 1B and FD. RGB value is (183,27,253). Sum of RGB (Red+Green+Blue) = 183+27+253=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 27 (10.94% from 255 or 5.83% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #B71BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71BFD is #48E402. Grayscale: #626262. Windows color (decimal): -4776963 or 16587703. OLE color: 16587703.

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

Color convert

RGB 183 27 253 -
CMYK 0.28 0.89 0 0.01
HSL 281.42º 0.98% 0.55% -
HSV(B) 281.42º 0.89% 0.99% -
XYZ 37.65 17.94 94.41 -
YUV 99.41 214.68 187.62 -
System Red Green Blue C M Y K H S L
Decimal 183 27 253 0.28 0.89 0 0.01 281.42 0.98 0.55
Hex B7 1B FD 1C 59 0 1 119 62 37
Octal 267 33 375 34 131 0 1 431 142 67
Binary 10110111 11011 11111101 11100 1011001 0 1 100011001 1100010 110111

Color Harmonies of #B71BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71BFD

Black with #B71BFD

Text Example


Text Example

White with #B71BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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