Html Css Color HEX #BC0AFF Electric Purple

📋 copy color: '#BC0AFF'

red 188 ◦ green 10 ◦ blue 255

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

Shades of Electric Purple #BC0AFF

Tints of Electric Purple #BC0AFF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.21%

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

R = 41.5%
G = 2.21%
B = 56.29%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC0AFF (or 0xBC0AFF) is known color: Electric Purple. HEX triplet: BC, 0A and FF. RGB value is (188,10,255). Sum of RGB (Red+Green+Blue) = 188+10+255=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 10 (4.30% from 255 or 2.21% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC0AFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0AFF is #43F500. Grayscale: #5A5A5A. Windows color (decimal): -4453633 or 16714428. OLE color: 16714428.

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

Color convert

RGB 188 10 255 -
CMYK 0.26 0.96 0 0
HSL 283.59º 1% 0.52% -
HSV(B) 283.59º 0.96% 1% -
XYZ 38.9 18.13 96.06 -
YUV 91.15 220.47 197.08 -
System Red Green Blue C M Y K H S L
Decimal 188 10 255 0.26 0.96 0 0 283.59 1 0.52
Hex BC A FF 1A 60 0 0 11C 64 34
Octal 274 12 377 32 140 0 0 434 144 64
Binary 10111100 1010 11111111 11010 1100000 0 0 100011100 1100100 110100

Color Harmonies of #BC0AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0AFF

Black with #BC0AFF

Text Example


Text Example

White with #BC0AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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