Html Css Color HEX #BC0BFA Electric Purple

📋 copy color: '#BC0BFA'

red 188 ◦ green 11 ◦ blue 250

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

Shades of Electric Purple #BC0BFA

Tints of Electric Purple #BC0BFA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.45%

 BLUE value IS 250 (98.05% from 255) = 55.68%

R = 41.87%
G = 2.45%
B = 55.68%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC0BFA (or 0xBC0BFA) is known color: Electric Purple. HEX triplet: BC, 0B and FA. RGB value is (188,11,250). Sum of RGB (Red+Green+Blue) = 188+11+250=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 11 (4.69% from 255 or 2.45% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC0BFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0BFA is #43F405. Grayscale: #5A5A5A. Windows color (decimal): -4453382 or 16387004. OLE color: 16387004.

HSL color Cylindrical-coordinate representation of color #BC0BFA: hue angle of 284.44º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC0BFA is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 11 250 -
CMYK 0.25 0.96 0 0.02
HSL 284.44º 0.96% 0.51% -
HSV(B) 284.44º 0.96% 0.98% -
XYZ 38.11 17.83 91.88 -
YUV 91.17 217.64 197.07 -
System Red Green Blue C M Y K H S L
Decimal 188 11 250 0.25 0.96 0 0.02 284.44 0.96 0.51
Hex BC B FA 19 60 0 2 11C 60 33
Octal 274 13 372 31 140 0 2 434 140 63
Binary 10111100 1011 11111010 11001 1100000 0 10 100011100 1100000 110011

Color Harmonies of #BC0BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0BFA

Black with #BC0BFA

Text Example


Text Example

White with #BC0BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0BFA; }

 p { color: rgb(188,11,250); }

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

background-color css

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

 a { background-color: rgb(188,11,250); }

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

border-color css

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

 span { border-color: rgb(188,11,250); }

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