Html Css Color HEX #B624EC Electric Purple

📋 copy color: '#B624EC'

red 182 ◦ green 36 ◦ blue 236

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

Shades of Electric Purple #B624EC

Tints of Electric Purple #B624EC

RGB

 RED value IS 182 (71.48% from 255) = 40.09%

 GREEN value IS 36 (14.45% from 255) = 7.93%

 BLUE value IS 236 (92.58% from 255) = 51.98%

R = 40.09%
G = 7.93%
B = 51.98%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B624EC (or 0xB624EC) is known color: Electric Purple. HEX triplet: B6, 24 and EC. RGB value is (182,36,236). Sum of RGB (Red+Green+Blue) = 182+36+236=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 36 (14.45% from 255 or 7.93% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #B624EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B624EC is #49DB13. Grayscale: #656565. Windows color (decimal): -4840212 or 15475894. OLE color: 15475894.

HSL color Cylindrical-coordinate representation of color #B624EC: hue angle of 283.8º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B624EC is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 36 236 -
CMYK 0.23 0.85 0 0.07
HSL 283.8º 0.84% 0.53% -
HSV(B) 283.8º 0.85% 0.93% -
XYZ 35.06 17.26 80.84 -
YUV 102.45 203.37 184.74 -
System Red Green Blue C M Y K H S L
Decimal 182 36 236 0.23 0.85 0 0.07 283.8 0.84 0.53
Hex B6 24 EC 17 55 0 7 11C 54 35
Octal 266 44 354 27 125 0 7 434 124 65
Binary 10110110 100100 11101100 10111 1010101 0 111 100011100 1010100 110101

Color Harmonies of #B624EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B624EC

Black with #B624EC

Text Example


Text Example

White with #B624EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B624EC; }

 p { color: rgb(182,36,236); }

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

background-color css

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

 a { background-color: rgb(182,36,236); }

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

border-color css

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

 span { border-color: rgb(182,36,236); }

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