Html Css Color HEX #BC06E6 Electric Purple

📋 copy color: '#BC06E6'

red 188 ◦ green 6 ◦ blue 230

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

Shades of Electric Purple #BC06E6

Tints of Electric Purple #BC06E6

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.42%

 BLUE value IS 230 (90.23% from 255) = 54.25%

R = 44.34%
G = 1.42%
B = 54.25%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BC06E6 (or 0xBC06E6) is known color: Electric Purple. HEX triplet: BC, 06 and E6. RGB value is (188,6,230). Sum of RGB (Red+Green+Blue) = 188+6+230=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 6 (2.73% from 255 or 1.42% from 424); Blue value is 230 (90.23% from 255 or 54.25% from 424); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC06E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC06E6 is #43F919. Grayscale: #555555. Windows color (decimal): -4454682 or 15075004. OLE color: 15075004.

HSL color Cylindrical-coordinate representation of color #BC06E6: hue angle of 288.75º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC06E6 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 6 230 -
CMYK 0.18 0.97 0 0.10
HSL 288.75º 0.95% 0.46% -
HSV(B) 288.75º 0.97% 0.9% -
XYZ 35.09 16.53 76.21 -
YUV 85.95 209.3 200.79 -
System Red Green Blue C M Y K H S L
Decimal 188 6 230 0.18 0.97 0 0.10 288.75 0.95 0.46
Hex BC 6 E6 12 61 0 A 121 5F 2E
Octal 274 6 346 22 141 0 12 441 137 56
Binary 10111100 110 11100110 10010 1100001 0 1010 100100001 1011111 101110

Color Harmonies of #BC06E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC06E6

Black with #BC06E6

Text Example


Text Example

White with #BC06E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC06E6; }

 p { color: rgb(188,6,230); }

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

background-color css

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

 a { background-color: rgb(188,6,230); }

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

border-color css

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

 span { border-color: rgb(188,6,230); }

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