Html Css Color HEX #BC2DFB Electric Purple

📋 copy color: '#BC2DFB'

red 188 ◦ green 45 ◦ blue 251

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

Shades of Electric Purple #BC2DFB

Tints of Electric Purple #BC2DFB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.3%

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

R = 38.84%
G = 9.3%
B = 51.86%

CMYK

 C value IS 0.25

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC2DFB (or 0xBC2DFB) is known color: Electric Purple. HEX triplet: BC, 2D and FB. RGB value is (188,45,251). Sum of RGB (Red+Green+Blue) = 188+45+251=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 45 (17.97% from 255 or 9.30% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC2DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2DFB is #43D204. Grayscale: #6E6E6E. Windows color (decimal): -4444677 or 16461244. OLE color: 16461244.

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

Color convert

RGB 188 45 251 -
CMYK 0.25 0.82 0 0.02
HSL 281.65º 0.96% 0.58% -
HSV(B) 281.65º 0.82% 0.98% -
XYZ 39.09 19.53 92.98 -
YUV 111.24 206.88 182.75 -
System Red Green Blue C M Y K H S L
Decimal 188 45 251 0.25 0.82 0 0.02 281.65 0.96 0.58
Hex BC 2D FB 19 52 0 2 11A 60 3A
Octal 274 55 373 31 122 0 2 432 140 72
Binary 10111100 101101 11111011 11001 1010010 0 10 100011010 1100000 111010

Color Harmonies of #BC2DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2DFB

Black with #BC2DFB

Text Example


Text Example

White with #BC2DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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