Html Css Color HEX #BC0AF6 Electric Purple

📋 copy color: '#BC0AF6'

red 188 ◦ green 10 ◦ blue 246

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

Shades of Electric Purple #BC0AF6

Tints of Electric Purple #BC0AF6

RGB

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

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

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

R = 42.34%
G = 2.25%
B = 55.41%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BC0AF6 (or 0xBC0AF6) is known color: Electric Purple. HEX triplet: BC, 0A and F6. RGB value is (188,10,246). Sum of RGB (Red+Green+Blue) = 188+10+246=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 10 (4.30% from 255 or 2.25% from 444); Blue value is 246 (96.48% from 255 or 55.41% from 444); Max value from RGB is 246 - color contains mainly: blue. Hex color #BC0AF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0AF6 is #43F509. Grayscale: #595959. Windows color (decimal): -4453642 or 16124604. OLE color: 16124604.

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

Color convert

RGB 188 10 246 -
CMYK 0.24 0.96 0 0.04
HSL 285.25º 0.93% 0.5% -
HSV(B) 285.25º 0.96% 0.96% -
XYZ 37.48 17.56 88.6 -
YUV 90.13 215.97 197.81 -
System Red Green Blue C M Y K H S L
Decimal 188 10 246 0.24 0.96 0 0.04 285.25 0.93 0.5
Hex BC A F6 18 60 0 4 11D 5D 32
Octal 274 12 366 30 140 0 4 435 135 62
Binary 10111100 1010 11110110 11000 1100000 0 100 100011101 1011101 110010

Color Harmonies of #BC0AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0AF6

Black with #BC0AF6

Text Example


Text Example

White with #BC0AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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