Html Css Color HEX #BC2DFF Electric Purple

📋 copy color: '#BC2DFF'

red 188 ◦ green 45 ◦ blue 255

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

Shades of Electric Purple #BC2DFF

Tints of Electric Purple #BC2DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.25%

R = 38.52%
G = 9.22%
B = 52.25%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC2DFF (or 0xBC2DFF) is known color: Electric Purple. HEX triplet: BC, 2D and FF. RGB value is (188,45,255). Sum of RGB (Red+Green+Blue) = 188+45+255=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 45 (17.97% from 255 or 9.22% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC2DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2DFF is #43D200. Grayscale: #6E6E6E. Windows color (decimal): -4444673 or 16723388. OLE color: 16723388.

HSL color Cylindrical-coordinate representation of color #BC2DFF: hue angle of 280.86º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2DFF is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 188 45 255 -
CMYK 0.26 0.82 0 0
HSL 280.86º 1% 0.59% -
HSV(B) 280.86º 0.82% 1% -
XYZ 39.73 19.79 96.33 -
YUV 111.7 208.88 182.42 -
System Red Green Blue C M Y K H S L
Decimal 188 45 255 0.26 0.82 0 0 280.86 1 0.59
Hex BC 2D FF 1A 52 0 0 119 64 3B
Octal 274 55 377 32 122 0 0 431 144 73
Binary 10111100 101101 11111111 11010 1010010 0 0 100011001 1100100 111011

Color Harmonies of #BC2DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2DFF

Black with #BC2DFF

Text Example


Text Example

White with #BC2DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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