Html Css Color HEX #BC0AF5 Electric Purple

📋 copy color: '#BC0AF5'

red 188 ◦ green 10 ◦ blue 245

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

Shades of Electric Purple #BC0AF5

Tints of Electric Purple #BC0AF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 55.3%

R = 42.44%
G = 2.26%
B = 55.3%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BC0AF5 (or 0xBC0AF5) is known color: Electric Purple. HEX triplet: BC, 0A and F5. RGB value is (188,10,245). Sum of RGB (Red+Green+Blue) = 188+10+245=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 10 (4.30% from 255 or 2.26% from 443); Blue value is 245 (96.09% from 255 or 55.30% from 443); Max value from RGB is 245 - color contains mainly: blue. Hex color #BC0AF5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0AF5 is #43F50A. Grayscale: #595959. Windows color (decimal): -4453643 or 16059068. OLE color: 16059068.

HSL color Cylindrical-coordinate representation of color #BC0AF5: hue angle of 285.45º degrees, saturation: 0.92, 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 #BC0AF5 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 10 245 -
CMYK 0.23 0.96 0 0.04
HSL 285.45º 0.92% 0.5% -
HSV(B) 285.45º 0.96% 0.96% -
XYZ 37.33 17.5 87.8 -
YUV 90.01 215.47 197.89 -
System Red Green Blue C M Y K H S L
Decimal 188 10 245 0.23 0.96 0 0.04 285.45 0.92 0.5
Hex BC A F5 17 60 0 4 11D 5C 32
Octal 274 12 365 27 140 0 4 435 134 62
Binary 10111100 1010 11110101 10111 1100000 0 100 100011101 1011100 110010

Color Harmonies of #BC0AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0AF5

Black with #BC0AF5

Text Example


Text Example

White with #BC0AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0AF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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