Html Css Color HEX #BC26FF Electric Purple

📋 copy color: '#BC26FF'

red 188 ◦ green 38 ◦ blue 255

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

Shades of Electric Purple #BC26FF

Tints of Electric Purple #BC26FF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.9%

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

R = 39.09%
G = 7.9%
B = 53.01%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC26FF (or 0xBC26FF) is known color: Electric Purple. HEX triplet: BC, 26 and FF. RGB value is (188,38,255). Sum of RGB (Red+Green+Blue) = 188+38+255=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 38 (15.23% from 255 or 7.90% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC26FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC26FF is #43D900. Grayscale: #6A6A6A. Windows color (decimal): -4446465 or 16721596. OLE color: 16721596.

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

Color convert

RGB 188 38 255 -
CMYK 0.26 0.85 0 0
HSL 281.47º 1% 0.57% -
HSV(B) 281.47º 0.85% 1% -
XYZ 39.48 19.3 96.25 -
YUV 107.59 211.2 185.36 -
System Red Green Blue C M Y K H S L
Decimal 188 38 255 0.26 0.85 0 0 281.47 1 0.57
Hex BC 26 FF 1A 55 0 0 119 64 39
Octal 274 46 377 32 125 0 0 431 144 71
Binary 10111100 100110 11111111 11010 1010101 0 0 100011001 1100100 111001

Color Harmonies of #BC26FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC26FF

Black with #BC26FF

Text Example


Text Example

White with #BC26FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC26FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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