Html Css Color HEX #B61AFC Electric Purple

📋 copy color: '#B61AFC'

red 182 ◦ green 26 ◦ blue 252

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

Shades of Electric Purple #B61AFC

Tints of Electric Purple #B61AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.78%

R = 39.57%
G = 5.65%
B = 54.78%

CMYK

 C value IS 0.28

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B61AFC (or 0xB61AFC) is known color: Electric Purple. HEX triplet: B6, 1A and FC. RGB value is (182,26,252). Sum of RGB (Red+Green+Blue) = 182+26+252=460 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.57% from 460); Green value is 26 (10.55% from 255 or 5.65% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #B61AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B61AFC is #49E503. Grayscale: #616161. Windows color (decimal): -4842756 or 16521910. OLE color: 16521910.

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

Color convert

RGB 182 26 252 -
CMYK 0.28 0.90 0 0.01
HSL 281.42º 0.97% 0.55% -
HSV(B) 281.42º 0.9% 0.99% -
XYZ 37.23 17.71 93.55 -
YUV 98.41 214.68 187.62 -
System Red Green Blue C M Y K H S L
Decimal 182 26 252 0.28 0.90 0 0.01 281.42 0.97 0.55
Hex B6 1A FC 1C 5A 0 1 119 61 37
Octal 266 32 374 34 132 0 1 431 141 67
Binary 10110110 11010 11111100 11100 1011010 0 1 100011001 1100001 110111

Color Harmonies of #B61AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61AFC

Black with #B61AFC

Text Example


Text Example

White with #B61AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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