Html Css Color HEX #BC27FA Electric Purple

📋 copy color: '#BC27FA'

red 188 ◦ green 39 ◦ blue 250

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

Shades of Electric Purple #BC27FA

Tints of Electric Purple #BC27FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.41%

R = 39.41%
G = 8.18%
B = 52.41%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC27FA (or 0xBC27FA) is known color: Electric Purple. HEX triplet: BC, 27 and FA. RGB value is (188,39,250). Sum of RGB (Red+Green+Blue) = 188+39+250=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 39 (15.62% from 255 or 8.18% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC27FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC27FA is #43D805. Grayscale: #6A6A6A. Windows color (decimal): -4446214 or 16394172. OLE color: 16394172.

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

Color convert

RGB 188 39 250 -
CMYK 0.25 0.84 0 0.02
HSL 282.37º 0.95% 0.57% -
HSV(B) 282.37º 0.84% 0.98% -
XYZ 38.72 19.04 92.08 -
YUV 107.61 208.36 185.34 -
System Red Green Blue C M Y K H S L
Decimal 188 39 250 0.25 0.84 0 0.02 282.37 0.95 0.57
Hex BC 27 FA 19 54 0 2 11A 5F 39
Octal 274 47 372 31 124 0 2 432 137 71
Binary 10111100 100111 11111010 11001 1010100 0 10 100011010 1011111 111001

Color Harmonies of #BC27FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC27FA

Black with #BC27FA

Text Example


Text Example

White with #BC27FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC27FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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