Html Css Color HEX #BC2FFB Electric Purple

📋 copy color: '#BC2FFB'

red 188 ◦ green 47 ◦ blue 251

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

Shades of Electric Purple #BC2FFB

Tints of Electric Purple #BC2FFB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.67%

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

R = 38.68%
G = 9.67%
B = 51.65%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC2FFB (or 0xBC2FFB) is known color: Electric Purple. HEX triplet: BC, 2F and FB. RGB value is (188,47,251). Sum of RGB (Red+Green+Blue) = 188+47+251=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 47 (18.75% from 255 or 9.67% from 486); Blue value is 251 (98.44% from 255 or 51.65% from 486); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC2FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2FFB is #43D004. Grayscale: #6F6F6F. Windows color (decimal): -4444165 or 16461756. OLE color: 16461756.

HSL color Cylindrical-coordinate representation of color #BC2FFB: hue angle of 281.47º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2FFB is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 47 251 -
CMYK 0.25 0.81 0 0.02
HSL 281.47º 0.96% 0.58% -
HSV(B) 281.47º 0.81% 0.98% -
XYZ 39.17 19.69 93 -
YUV 112.42 206.21 181.91 -
System Red Green Blue C M Y K H S L
Decimal 188 47 251 0.25 0.81 0 0.02 281.47 0.96 0.58
Hex BC 2F FB 19 51 0 2 119 60 3A
Octal 274 57 373 31 121 0 2 431 140 72
Binary 10111100 101111 11111011 11001 1010001 0 10 100011001 1100000 111010

Color Harmonies of #BC2FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2FFB

Black with #BC2FFB

Text Example


Text Example

White with #BC2FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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