Html Css Color HEX #B61CFF Electric Purple

📋 copy color: '#B61CFF'

red 182 ◦ green 28 ◦ blue 255

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

Shades of Electric Purple #B61CFF

Tints of Electric Purple #B61CFF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.02%

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

R = 39.14%
G = 6.02%
B = 54.84%

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

#B61CFF (or 0xB61CFF) is known color: Electric Purple. HEX triplet: B6, 1C and FF. RGB value is (182,28,255). Sum of RGB (Red+Green+Blue) = 182+28+255=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 28 (11.33% from 255 or 6.02% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #B61CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B61CFF is #49E300. Grayscale: #636363. Windows color (decimal): -4842241 or 16719030. OLE color: 16719030.

HSL color Cylindrical-coordinate representation of color #B61CFF: hue angle of 280.7º 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 #B61CFF is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 182 28 255 -
CMYK 0.29 0.89 0 0
HSL 280.7º 1% 0.55% -
HSV(B) 280.7º 0.89% 1% -
XYZ 37.76 18 96.09 -
YUV 99.92 215.52 186.54 -
System Red Green Blue C M Y K H S L
Decimal 182 28 255 0.29 0.89 0 0 280.7 1 0.55
Hex B6 1C FF 1D 59 0 0 119 64 37
Octal 266 34 377 35 131 0 0 431 144 67
Binary 10110110 11100 11111111 11101 1011001 0 0 100011001 1100100 110111

Color Harmonies of #B61CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61CFF

Black with #B61CFF

Text Example


Text Example

White with #B61CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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