Html Css Color HEX #B61FFF Electric Purple

📋 copy color: '#B61FFF'

red 182 ◦ green 31 ◦ blue 255

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

Shades of Electric Purple #B61FFF

Tints of Electric Purple #B61FFF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.62%

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

R = 38.89%
G = 6.62%
B = 54.49%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B61FFF (or 0xB61FFF) is known color: Electric Purple. HEX triplet: B6, 1F and FF. RGB value is (182,31,255). Sum of RGB (Red+Green+Blue) = 182+31+255=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 31 (12.5% from 255 or 6.62% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #B61FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B61FFF is #49E000. Grayscale: #646464. Windows color (decimal): -4841473 or 16719798. OLE color: 16719798.

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

Color convert

RGB 182 31 255 -
CMYK 0.29 0.88 0 0
HSL 280.45º 1% 0.56% -
HSV(B) 280.45º 0.88% 1% -
XYZ 37.83 18.15 96.12 -
YUV 101.69 214.53 185.29 -
System Red Green Blue C M Y K H S L
Decimal 182 31 255 0.29 0.88 0 0 280.45 1 0.56
Hex B6 1F FF 1D 58 0 0 118 64 38
Octal 266 37 377 35 130 0 0 430 144 70
Binary 10110110 11111 11111111 11101 1011000 0 0 100011000 1100100 111000

Color Harmonies of #B61FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61FFF

Black with #B61FFF

Text Example


Text Example

White with #B61FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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