Html Css Color HEX #BC26FB Electric Purple

📋 copy color: '#BC26FB'

red 188 ◦ green 38 ◦ blue 251

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

Shades of Electric Purple #BC26FB

Tints of Electric Purple #BC26FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.62%

R = 39.41%
G = 7.97%
B = 52.62%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC26FB (or 0xBC26FB) is known color: Electric Purple. HEX triplet: BC, 26 and FB. RGB value is (188,38,251). Sum of RGB (Red+Green+Blue) = 188+38+251=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 38 (15.23% from 255 or 7.97% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC26FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC26FB is #43D904. Grayscale: #6A6A6A. Windows color (decimal): -4446469 or 16459452. OLE color: 16459452.

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

Color convert

RGB 188 38 251 -
CMYK 0.25 0.85 0 0.02
HSL 282.25º 0.96% 0.57% -
HSV(B) 282.25º 0.85% 0.98% -
XYZ 38.84 19.04 92.9 -
YUV 107.13 209.2 185.68 -
System Red Green Blue C M Y K H S L
Decimal 188 38 251 0.25 0.85 0 0.02 282.25 0.96 0.57
Hex BC 26 FB 19 55 0 2 11A 60 39
Octal 274 46 373 31 125 0 2 432 140 71
Binary 10111100 100110 11111011 11001 1010101 0 10 100011010 1100000 111001

Color Harmonies of #BC26FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC26FB

Black with #BC26FB

Text Example


Text Example

White with #BC26FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC26FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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