Html Css Color HEX #B616EA Electric Purple

📋 copy color: '#B616EA'

red 182 ◦ green 22 ◦ blue 234

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

Shades of Electric Purple #B616EA

Tints of Electric Purple #B616EA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.02%

 BLUE value IS 234 (91.8% from 255) = 53.42%

R = 41.55%
G = 5.02%
B = 53.42%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B616EA (or 0xB616EA) is known color: Electric Purple. HEX triplet: B6, 16 and EA. RGB value is (182,22,234). Sum of RGB (Red+Green+Blue) = 182+22+234=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 22 (8.98% from 255 or 5.02% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #B616EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B616EA is #49E915. Grayscale: #5D5D5D. Windows color (decimal): -4843798 or 15341238. OLE color: 15341238.

HSL color Cylindrical-coordinate representation of color #B616EA: hue angle of 285.28º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B616EA is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 182 22 234 -
CMYK 0.22 0.91 0 0.08
HSL 285.28º 0.83% 0.5% -
HSV(B) 285.28º 0.91% 0.92% -
XYZ 34.43 16.46 79.2 -
YUV 94.01 207.01 190.76 -
System Red Green Blue C M Y K H S L
Decimal 182 22 234 0.22 0.91 0 0.08 285.28 0.83 0.5
Hex B6 16 EA 16 5B 0 8 11D 53 32
Octal 266 26 352 26 133 0 10 435 123 62
Binary 10110110 10110 11101010 10110 1011011 0 1000 100011101 1010011 110010

Color Harmonies of #B616EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B616EA

Black with #B616EA

Text Example


Text Example

White with #B616EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B616EA; }

 p { color: rgb(182,22,234); }

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

background-color css

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

 a { background-color: rgb(182,22,234); }

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

border-color css

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

 span { border-color: rgb(182,22,234); }

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