Html Css Color HEX #BC2AF6 Electric Purple

📋 copy color: '#BC2AF6'

red 188 ◦ green 42 ◦ blue 246

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

Shades of Electric Purple #BC2AF6

Tints of Electric Purple #BC2AF6

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.82%

 BLUE value IS 246 (96.48% from 255) = 51.68%

R = 39.5%
G = 8.82%
B = 51.68%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BC2AF6 (or 0xBC2AF6) is known color: Electric Purple. HEX triplet: BC, 2A and F6. RGB value is (188,42,246). Sum of RGB (Red+Green+Blue) = 188+42+246=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 42 (16.80% from 255 or 8.82% from 476); Blue value is 246 (96.48% from 255 or 51.68% from 476); Max value from RGB is 246 - color contains mainly: blue. Hex color #BC2AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2AF6 is #43D509. Grayscale: #6C6C6C. Windows color (decimal): -4445450 or 16132796. OLE color: 16132796.

HSL color Cylindrical-coordinate representation of color #BC2AF6: hue angle of 282.94º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC2AF6 is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 42 246 -
CMYK 0.24 0.83 0 0.04
HSL 282.94º 0.92% 0.56% -
HSV(B) 282.94º 0.83% 0.96% -
XYZ 38.2 19 88.84 -
YUV 108.91 205.37 184.41 -
System Red Green Blue C M Y K H S L
Decimal 188 42 246 0.24 0.83 0 0.04 282.94 0.92 0.56
Hex BC 2A F6 18 53 0 4 11B 5C 38
Octal 274 52 366 30 123 0 4 433 134 70
Binary 10111100 101010 11110110 11000 1010011 0 100 100011011 1011100 111000

Color Harmonies of #BC2AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2AF6

Black with #BC2AF6

Text Example


Text Example

White with #BC2AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2AF6; }

 p { color: rgb(188,42,246); }

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

background-color css

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

 a { background-color: rgb(188,42,246); }

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

border-color css

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

 span { border-color: rgb(188,42,246); }

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