Html Css Color HEX #BC33FF Electric Purple

📋 copy color: '#BC33FF'

red 188 ◦ green 51 ◦ blue 255

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

Shades of Electric Purple #BC33FF

Tints of Electric Purple #BC33FF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.32%

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

R = 38.06%
G = 10.32%
B = 51.62%

CMYK

 C value IS 0.26

 M value IS 0.8

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC33FF (or 0xBC33FF) is known color: Electric Purple. HEX triplet: BC, 33 and FF. RGB value is (188,51,255). Sum of RGB (Red+Green+Blue) = 188+51+255=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 51 (20.31% from 255 or 10.32% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC33FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC33FF is #43CC00. Grayscale: #727272. Windows color (decimal): -4443137 or 16724924. OLE color: 16724924.

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

Color convert

RGB 188 51 255 -
CMYK 0.26 0.8 0 0
HSL 280.29º 1% 0.6% -
HSV(B) 280.29º 0.8% 1% -
XYZ 39.97 20.28 96.42 -
YUV 115.22 206.89 179.91 -
System Red Green Blue C M Y K H S L
Decimal 188 51 255 0.26 0.8 0 0 280.29 1 0.6
Hex BC 33 FF 1A 50 0 0 118 64 3C
Octal 274 63 377 32 120 0 0 430 144 74
Binary 10111100 110011 11111111 11010 1010000 0 0 100011000 1100100 111100

Color Harmonies of #BC33FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC33FF

Black with #BC33FF

Text Example


Text Example

White with #BC33FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC33FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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