Html Css Color HEX #BC33FD Electric Purple

📋 copy color: '#BC33FD'

red 188 ◦ green 51 ◦ blue 253

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

Shades of Electric Purple #BC33FD

Tints of Electric Purple #BC33FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.42%

R = 38.21%
G = 10.37%
B = 51.42%

CMYK

 C value IS 0.26

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC33FD (or 0xBC33FD) is known color: Electric Purple. HEX triplet: BC, 33 and FD. RGB value is (188,51,253). Sum of RGB (Red+Green+Blue) = 188+51+253=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 51 (20.31% from 255 or 10.37% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC33FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC33FD is #43CC02. Grayscale: #727272. Windows color (decimal): -4443139 or 16593852. OLE color: 16593852.

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

Color convert

RGB 188 51 253 -
CMYK 0.26 0.80 0 0.01
HSL 280.69º 0.98% 0.6% -
HSV(B) 280.69º 0.8% 0.99% -
XYZ 39.65 20.15 94.73 -
YUV 114.99 205.89 180.07 -
System Red Green Blue C M Y K H S L
Decimal 188 51 253 0.26 0.80 0 0.01 280.69 0.98 0.6
Hex BC 33 FD 1A 50 0 1 119 62 3C
Octal 274 63 375 32 120 0 1 431 142 74
Binary 10111100 110011 11111101 11010 1010000 0 1 100011001 1100010 111100

Color Harmonies of #BC33FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC33FD

Black with #BC33FD

Text Example


Text Example

White with #BC33FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC33FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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