Html Css Color HEX #B61AFE Electric Purple

📋 copy color: '#B61AFE'

red 182 ◦ green 26 ◦ blue 254

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

Shades of Electric Purple #B61AFE

Tints of Electric Purple #B61AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.98%

R = 39.39%
G = 5.63%
B = 54.98%

CMYK

 C value IS 0.28

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B61AFE (or 0xB61AFE) is known color: Electric Purple. HEX triplet: B6, 1A and FE. RGB value is (182,26,254). Sum of RGB (Red+Green+Blue) = 182+26+254=462 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.39% from 462); Green value is 26 (10.55% from 255 or 5.63% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #B61AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B61AFE is #49E501. Grayscale: #616161. Windows color (decimal): -4842754 or 16652982. OLE color: 16652982.

HSL color Cylindrical-coordinate representation of color #B61AFE: hue angle of 281.05º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B61AFE is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 182 26 254 -
CMYK 0.28 0.90 0 0.00
HSL 281.05º 0.99% 0.55% -
HSV(B) 281.05º 0.9% 1% -
XYZ 37.55 17.84 95.23 -
YUV 98.64 215.68 187.46 -
System Red Green Blue C M Y K H S L
Decimal 182 26 254 0.28 0.90 0 0.00 281.05 0.99 0.55
Hex B6 1A FE 1C 5A 0 0 119 63 37
Octal 266 32 376 34 132 0 0 431 143 67
Binary 10110110 11010 11111110 11100 1011010 0 0 100011001 1100011 110111

Color Harmonies of #B61AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61AFE

Black with #B61AFE

Text Example


Text Example

White with #B61AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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