Html Css Color HEX #B61AF6 Electric Purple

📋 copy color: '#B61AF6'

red 182 ◦ green 26 ◦ blue 246

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

Shades of Electric Purple #B61AF6

Tints of Electric Purple #B61AF6

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.73%

 BLUE value IS 246 (96.48% from 255) = 54.19%

R = 40.09%
G = 5.73%
B = 54.19%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B61AF6 (or 0xB61AF6) is known color: Electric Purple. HEX triplet: B6, 1A and F6. RGB value is (182,26,246). Sum of RGB (Red+Green+Blue) = 182+26+246=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 26 (10.55% from 255 or 5.73% from 454); Blue value is 246 (96.48% from 255 or 54.19% from 454); Max value from RGB is 246 - color contains mainly: blue. Hex color #B61AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B61AF6 is #49E509. Grayscale: #616161. Windows color (decimal): -4842762 or 16128694. OLE color: 16128694.

HSL color Cylindrical-coordinate representation of color #B61AF6: hue angle of 282.55º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B61AF6 is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 182 26 246 -
CMYK 0.26 0.89 0 0.04
HSL 282.55º 0.92% 0.53% -
HSV(B) 282.55º 0.89% 0.96% -
XYZ 36.3 17.34 88.62 -
YUV 97.72 211.68 188.11 -
System Red Green Blue C M Y K H S L
Decimal 182 26 246 0.26 0.89 0 0.04 282.55 0.92 0.53
Hex B6 1A F6 1A 59 0 4 11B 5C 35
Octal 266 32 366 32 131 0 4 433 134 65
Binary 10110110 11010 11110110 11010 1011001 0 100 100011011 1011100 110101

Color Harmonies of #B61AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61AF6

Black with #B61AF6

Text Example


Text Example

White with #B61AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61AF6; }

 p { color: rgb(182,26,246); }

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

background-color css

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

 a { background-color: rgb(182,26,246); }

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

border-color css

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

 span { border-color: rgb(182,26,246); }

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