Html Css Color HEX #BC0CFB Electric Purple

📋 copy color: '#BC0CFB'

red 188 ◦ green 12 ◦ blue 251

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

Shades of Electric Purple #BC0CFB

Tints of Electric Purple #BC0CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.65%

R = 41.69%
G = 2.66%
B = 55.65%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC0CFB (or 0xBC0CFB) is known color: Electric Purple. HEX triplet: BC, 0C and FB. RGB value is (188,12,251). Sum of RGB (Red+Green+Blue) = 188+12+251=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 12 (5.08% from 255 or 2.66% from 451); Blue value is 251 (98.44% from 255 or 55.65% from 451); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC0CFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0CFB is #43F304. Grayscale: #5B5B5B. Windows color (decimal): -4453125 or 16452796. OLE color: 16452796.

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

Color convert

RGB 188 12 251 -
CMYK 0.25 0.95 0 0.02
HSL 284.18º 0.97% 0.52% -
HSV(B) 284.18º 0.95% 0.98% -
XYZ 38.28 17.92 92.71 -
YUV 91.87 217.81 196.57 -
System Red Green Blue C M Y K H S L
Decimal 188 12 251 0.25 0.95 0 0.02 284.18 0.97 0.52
Hex BC C FB 19 5F 0 2 11C 61 34
Octal 274 14 373 31 137 0 2 434 141 64
Binary 10111100 1100 11111011 11001 1011111 0 10 100011100 1100001 110100

Color Harmonies of #BC0CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0CFB

Black with #BC0CFB

Text Example


Text Example

White with #BC0CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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