Html Css Color HEX #BC0CFC Electric Purple

📋 copy color: '#BC0CFC'

red 188 ◦ green 12 ◦ blue 252

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

Shades of Electric Purple #BC0CFC

Tints of Electric Purple #BC0CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.75%

R = 41.59%
G = 2.65%
B = 55.75%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC0CFC (or 0xBC0CFC) is known color: Electric Purple. HEX triplet: BC, 0C and FC. RGB value is (188,12,252). Sum of RGB (Red+Green+Blue) = 188+12+252=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 12 (5.08% from 255 or 2.65% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC0CFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0CFC is #43F303. Grayscale: #5B5B5B. Windows color (decimal): -4453124 or 16518332. OLE color: 16518332.

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

Color convert

RGB 188 12 252 -
CMYK 0.25 0.95 0 0.01
HSL 284º 0.98% 0.52% -
HSV(B) 284º 0.95% 0.99% -
XYZ 38.44 17.98 93.54 -
YUV 91.98 218.31 196.49 -
System Red Green Blue C M Y K H S L
Decimal 188 12 252 0.25 0.95 0 0.01 284 0.98 0.52
Hex BC C FC 19 5F 0 1 11C 62 34
Octal 274 14 374 31 137 0 1 434 142 64
Binary 10111100 1100 11111100 11001 1011111 0 1 100011100 1100010 110100

Color Harmonies of #BC0CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0CFC

Black with #BC0CFC

Text Example


Text Example

White with #BC0CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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