Html Css Color HEX #BC0FEB Electric Purple

📋 copy color: '#BC0FEB'

red 188 ◦ green 15 ◦ blue 235

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

Shades of Electric Purple #BC0FEB

Tints of Electric Purple #BC0FEB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.42%

 BLUE value IS 235 (92.19% from 255) = 53.65%

R = 42.92%
G = 3.42%
B = 53.65%

CMYK

 C value IS 0.2

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC0FEB (or 0xBC0FEB) is known color: Electric Purple. HEX triplet: BC, 0F and EB. RGB value is (188,15,235). Sum of RGB (Red+Green+Blue) = 188+15+235=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 15 (6.25% from 255 or 3.42% from 438); Blue value is 235 (92.19% from 255 or 53.65% from 438); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC0FEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0FEB is #43F014. Grayscale: #5B5B5B. Windows color (decimal): -4452373 or 15404988. OLE color: 15404988.

HSL color Cylindrical-coordinate representation of color #BC0FEB: hue angle of 287.18º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0FEB is Cyan = 0.2, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 15 235 -
CMYK 0.2 0.94 0 0.08
HSL 287.18º 0.88% 0.49% -
HSV(B) 287.18º 0.94% 0.92% -
XYZ 35.91 17.03 79.99 -
YUV 91.81 208.81 196.61 -
System Red Green Blue C M Y K H S L
Decimal 188 15 235 0.2 0.94 0 0.08 287.18 0.88 0.49
Hex BC F EB 14 5E 0 8 11F 58 31
Octal 274 17 353 24 136 0 10 437 130 61
Binary 10111100 1111 11101011 10100 1011110 0 1000 100011111 1011000 110001

Color Harmonies of #BC0FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0FEB

Black with #BC0FEB

Text Example


Text Example

White with #BC0FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0FEB; }

 p { color: rgb(188,15,235); }

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

background-color css

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

 a { background-color: rgb(188,15,235); }

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

border-color css

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

 span { border-color: rgb(188,15,235); }

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