Html Css Color HEX #BC22FF Electric Purple

📋 copy color: '#BC22FF'

red 188 ◦ green 34 ◦ blue 255

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

Shades of Electric Purple #BC22FF

Tints of Electric Purple #BC22FF

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.13%

 BLUE value IS 255 (100% from 255) = 53.46%

R = 39.41%
G = 7.13%
B = 53.46%

CMYK

 C value IS 0.26

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC22FF (or 0xBC22FF) is known color: Electric Purple. HEX triplet: BC, 22 and FF. RGB value is (188,34,255). Sum of RGB (Red+Green+Blue) = 188+34+255=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 34 (13.67% from 255 or 7.13% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC22FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC22FF is #43DD00. Grayscale: #686868. Windows color (decimal): -4447489 or 16720572. OLE color: 16720572.

HSL color Cylindrical-coordinate representation of color #BC22FF: hue angle of 281.81º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC22FF is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 188 34 255 -
CMYK 0.26 0.87 0 0
HSL 281.81º 1% 0.57% -
HSV(B) 281.81º 0.87% 1% -
XYZ 39.36 19.06 96.21 -
YUV 105.24 212.52 187.03 -
System Red Green Blue C M Y K H S L
Decimal 188 34 255 0.26 0.87 0 0 281.81 1 0.57
Hex BC 22 FF 1A 57 0 0 11A 64 39
Octal 274 42 377 32 127 0 0 432 144 71
Binary 10111100 100010 11111111 11010 1010111 0 0 100011010 1100100 111001

Color Harmonies of #BC22FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC22FF

Black with #BC22FF

Text Example


Text Example

White with #BC22FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC22FF; }

 p { color: rgb(188,34,255); }

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

background-color css

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

 a { background-color: rgb(188,34,255); }

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

border-color css

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

 span { border-color: rgb(188,34,255); }

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