Html Css Color HEX #B61BFF Electric Purple

📋 copy color: '#B61BFF'

red 182 ◦ green 27 ◦ blue 255

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

Shades of Electric Purple #B61BFF

Tints of Electric Purple #B61BFF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.82%

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

R = 39.22%
G = 5.82%
B = 54.96%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B61BFF (or 0xB61BFF) is known color: Electric Purple. HEX triplet: B6, 1B and FF. RGB value is (182,27,255). Sum of RGB (Red+Green+Blue) = 182+27+255=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 27 (10.94% from 255 or 5.82% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #B61BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B61BFF is #49E400. Grayscale: #626262. Windows color (decimal): -4842497 or 16718774. OLE color: 16718774.

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

Color convert

RGB 182 27 255 -
CMYK 0.29 0.89 0 0
HSL 280.79º 1% 0.55% -
HSV(B) 280.79º 0.89% 1% -
XYZ 37.73 17.95 96.08 -
YUV 99.34 215.85 186.96 -
System Red Green Blue C M Y K H S L
Decimal 182 27 255 0.29 0.89 0 0 280.79 1 0.55
Hex B6 1B FF 1D 59 0 0 119 64 37
Octal 266 33 377 35 131 0 0 431 144 67
Binary 10110110 11011 11111111 11101 1011001 0 0 100011001 1100100 110111

Color Harmonies of #B61BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61BFF

Black with #B61BFF

Text Example


Text Example

White with #B61BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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