Html Css Color HEX #BC0CF4 Electric Purple

📋 copy color: '#BC0CF4'

red 188 ◦ green 12 ◦ blue 244

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

Shades of Electric Purple #BC0CF4

Tints of Electric Purple #BC0CF4

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.7%

 BLUE value IS 244 (95.7% from 255) = 54.95%

R = 42.34%
G = 2.7%
B = 54.95%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BC0CF4 (or 0xBC0CF4) is known color: Electric Purple. HEX triplet: BC, 0C and F4. RGB value is (188,12,244). Sum of RGB (Red+Green+Blue) = 188+12+244=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 12 (5.08% from 255 or 2.70% from 444); Blue value is 244 (95.70% from 255 or 54.95% from 444); Max value from RGB is 244 - color contains mainly: blue. Hex color #BC0CF4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0CF4 is #43F30B. Grayscale: #5A5A5A. Windows color (decimal): -4453132 or 15994044. OLE color: 15994044.

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

Color convert

RGB 188 12 244 -
CMYK 0.23 0.95 0 0.04
HSL 285.52º 0.91% 0.5% -
HSV(B) 285.52º 0.95% 0.96% -
XYZ 37.2 17.49 87 -
YUV 91.07 214.31 197.14 -
System Red Green Blue C M Y K H S L
Decimal 188 12 244 0.23 0.95 0 0.04 285.52 0.91 0.5
Hex BC C F4 17 5F 0 4 11E 5B 32
Octal 274 14 364 27 137 0 4 436 133 62
Binary 10111100 1100 11110100 10111 1011111 0 100 100011110 1011011 110010

Color Harmonies of #BC0CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0CF4

Black with #BC0CF4

Text Example


Text Example

White with #BC0CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0CF4; }

 p { color: rgb(188,12,244); }

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

background-color css

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

 a { background-color: rgb(188,12,244); }

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

border-color css

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

 span { border-color: rgb(188,12,244); }

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