Html Css Color HEX #B61AFF Electric Purple

📋 copy color: '#B61AFF'

red 182 ◦ green 26 ◦ blue 255

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

Shades of Electric Purple #B61AFF

Tints of Electric Purple #B61AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.08%

R = 39.31%
G = 5.62%
B = 55.08%

CMYK

 C value IS 0.29

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B61AFF (or 0xB61AFF) is known color: Electric Purple. HEX triplet: B6, 1A and FF. RGB value is (182,26,255). Sum of RGB (Red+Green+Blue) = 182+26+255=463 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.31% from 463); Green value is 26 (10.55% from 255 or 5.62% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #B61AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B61AFF is #49E500. Grayscale: #616161. Windows color (decimal): -4842753 or 16718518. OLE color: 16718518.

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

Color convert

RGB 182 26 255 -
CMYK 0.29 0.90 0 0
HSL 280.87º 1% 0.55% -
HSV(B) 280.87º 0.9% 1% -
XYZ 37.71 17.9 96.08 -
YUV 98.75 216.18 187.38 -
System Red Green Blue C M Y K H S L
Decimal 182 26 255 0.29 0.90 0 0 280.87 1 0.55
Hex B6 1A FF 1D 5A 0 0 119 64 37
Octal 266 32 377 35 132 0 0 431 144 67
Binary 10110110 11010 11111111 11101 1011010 0 0 100011001 1100100 110111

Color Harmonies of #B61AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61AFF

Black with #B61AFF

Text Example


Text Example

White with #B61AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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