Html Css Color HEX #BC35FE Electric Purple

📋 copy color: '#BC35FE'

red 188 ◦ green 53 ◦ blue 254

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

Shades of Electric Purple #BC35FE

Tints of Electric Purple #BC35FE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.71%

 BLUE value IS 254 (99.61% from 255) = 51.31%

R = 37.98%
G = 10.71%
B = 51.31%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BC35FE (or 0xBC35FE) is known color: Electric Purple. HEX triplet: BC, 35 and FE. RGB value is (188,53,254). Sum of RGB (Red+Green+Blue) = 188+53+254=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 53 (21.09% from 255 or 10.71% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC35FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC35FE is #43CA01. Grayscale: #737373. Windows color (decimal): -4442626 or 16659900. OLE color: 16659900.

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

Color convert

RGB 188 53 254 -
CMYK 0.26 0.79 0 0.00
HSL 280.3º 0.99% 0.6% -
HSV(B) 280.3º 0.79% 1% -
XYZ 39.9 20.39 95.6 -
YUV 116.28 205.73 179.16 -
System Red Green Blue C M Y K H S L
Decimal 188 53 254 0.26 0.79 0 0.00 280.3 0.99 0.6
Hex BC 35 FE 1A 4F 0 0 118 63 3C
Octal 274 65 376 32 117 0 0 430 143 74
Binary 10111100 110101 11111110 11010 1001111 0 0 100011000 1100011 111100

Color Harmonies of #BC35FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC35FE

Black with #BC35FE

Text Example


Text Example

White with #BC35FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC35FE; }

 p { color: rgb(188,53,254); }

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

background-color css

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

 a { background-color: rgb(188,53,254); }

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

border-color css

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

 span { border-color: rgb(188,53,254); }

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