Html Css Color HEX #BC0AFD Electric Purple

📋 copy color: '#BC0AFD'

red 188 ◦ green 10 ◦ blue 253

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

Shades of Electric Purple #BC0AFD

Tints of Electric Purple #BC0AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.1%

R = 41.69%
G = 2.22%
B = 56.1%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC0AFD (or 0xBC0AFD) is known color: Electric Purple. HEX triplet: BC, 0A and FD. RGB value is (188,10,253). Sum of RGB (Red+Green+Blue) = 188+10+253=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 10 (4.30% from 255 or 2.22% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC0AFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0AFD is #43F502. Grayscale: #5A5A5A. Windows color (decimal): -4453635 or 16583356. OLE color: 16583356.

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

Color convert

RGB 188 10 253 -
CMYK 0.26 0.96 0 0.01
HSL 283.95º 0.98% 0.52% -
HSV(B) 283.95º 0.96% 0.99% -
XYZ 38.58 18 94.37 -
YUV 90.92 219.47 197.24 -
System Red Green Blue C M Y K H S L
Decimal 188 10 253 0.26 0.96 0 0.01 283.95 0.98 0.52
Hex BC A FD 1A 60 0 1 11C 62 34
Octal 274 12 375 32 140 0 1 434 142 64
Binary 10111100 1010 11111101 11010 1100000 0 1 100011100 1100010 110100

Color Harmonies of #BC0AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0AFD

Black with #BC0AFD

Text Example


Text Example

White with #BC0AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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