Html Css Color HEX #BC27FF Electric Purple

📋 copy color: '#BC27FF'

red 188 ◦ green 39 ◦ blue 255

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

Shades of Electric Purple #BC27FF

Tints of Electric Purple #BC27FF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.09%

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

R = 39%
G = 8.09%
B = 52.9%

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

#BC27FF (or 0xBC27FF) is known color: Electric Purple. HEX triplet: BC, 27 and FF. RGB value is (188,39,255). Sum of RGB (Red+Green+Blue) = 188+39+255=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 39 (15.62% from 255 or 8.09% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC27FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC27FF is #43D800. Grayscale: #6B6B6B. Windows color (decimal): -4446209 or 16721852. OLE color: 16721852.

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

Color convert

RGB 188 39 255 -
CMYK 0.26 0.85 0 0
HSL 281.39º 1% 0.58% -
HSV(B) 281.39º 0.85% 1% -
XYZ 39.51 19.36 96.26 -
YUV 108.18 210.86 184.94 -
System Red Green Blue C M Y K H S L
Decimal 188 39 255 0.26 0.85 0 0 281.39 1 0.58
Hex BC 27 FF 1A 55 0 0 119 64 3A
Octal 274 47 377 32 125 0 0 431 144 72
Binary 10111100 100111 11111111 11010 1010101 0 0 100011001 1100100 111010

Color Harmonies of #BC27FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC27FF

Black with #BC27FF

Text Example


Text Example

White with #BC27FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC27FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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