Html Css Color HEX #B71CFC Electric Purple

📋 copy color: '#B71CFC'

red 183 ◦ green 28 ◦ blue 252

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

Shades of Electric Purple #B71CFC

Tints of Electric Purple #B71CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.43%

R = 39.52%
G = 6.05%
B = 54.43%

CMYK

 C value IS 0.27

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B71CFC (or 0xB71CFC) is known color: Electric Purple. HEX triplet: B7, 1C and FC. RGB value is (183,28,252). Sum of RGB (Red+Green+Blue) = 183+28+252=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 28 (11.33% from 255 or 6.05% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #B71CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71CFC is #48E303. Grayscale: #636363. Windows color (decimal): -4776708 or 16522423. OLE color: 16522423.

HSL color Cylindrical-coordinate representation of color #B71CFC: hue angle of 281.52º degrees, saturation: 0.97, 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 #B71CFC is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 183 28 252 -
CMYK 0.27 0.89 0 0.01
HSL 281.52º 0.97% 0.55% -
HSV(B) 281.52º 0.89% 0.99% -
XYZ 37.51 17.93 93.58 -
YUV 99.88 213.85 187.29 -
System Red Green Blue C M Y K H S L
Decimal 183 28 252 0.27 0.89 0 0.01 281.52 0.97 0.55
Hex B7 1C FC 1B 59 0 1 11A 61 37
Octal 267 34 374 33 131 0 1 432 141 67
Binary 10110111 11100 11111100 11011 1011001 0 1 100011010 1100001 110111

Color Harmonies of #B71CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71CFC

Black with #B71CFC

Text Example


Text Example

White with #B71CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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