Html Css Color HEX #BC1BFB Electric Purple

📋 copy color: '#BC1BFB'

red 188 ◦ green 27 ◦ blue 251

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

Shades of Electric Purple #BC1BFB

Tints of Electric Purple #BC1BFB

RGB

 RED value IS 188 (73.83% from 255) = 40.34%

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

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

R = 40.34%
G = 5.79%
B = 53.86%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC1BFB (or 0xBC1BFB) is known color: Electric Purple. HEX triplet: BC, 1B and FB. RGB value is (188,27,251). Sum of RGB (Red+Green+Blue) = 188+27+251=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 27 (10.94% from 255 or 5.79% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC1BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1BFB is #43E404. Grayscale: #636363. Windows color (decimal): -4449285 or 16456636. OLE color: 16456636.

HSL color Cylindrical-coordinate representation of color #BC1BFB: hue angle of 283.12º 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 #BC1BFB is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 27 251 -
CMYK 0.25 0.89 0 0.02
HSL 283.13º 0.97% 0.55% -
HSV(B) 283.13º 0.89% 0.98% -
XYZ 38.54 18.44 92.79 -
YUV 100.68 212.84 190.29 -
System Red Green Blue C M Y K H S L
Decimal 188 27 251 0.25 0.89 0 0.02 283.13 0.97 0.55
Hex BC 1B FB 19 59 0 2 11B 61 37
Octal 274 33 373 31 131 0 2 433 141 67
Binary 10111100 11011 11111011 11001 1011001 0 10 100011011 1100001 110111

Color Harmonies of #BC1BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1BFB

Black with #BC1BFB

Text Example


Text Example

White with #BC1BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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