Html Css Color HEX #B61CE1 Electric Purple

📋 copy color: '#B61CE1'

red 182 ◦ green 28 ◦ blue 225

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

Shades of Electric Purple #B61CE1

Tints of Electric Purple #B61CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 51.72%

R = 41.84%
G = 6.44%
B = 51.72%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B61CE1 (or 0xB61CE1) is known color: Electric Purple. HEX triplet: B6, 1C and E1. RGB value is (182,28,225). Sum of RGB (Red+Green+Blue) = 182+28+225=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 28 (11.33% from 255 or 6.44% from 435); Blue value is 225 (88.28% from 255 or 51.72% from 435); Max value from RGB is 225 - color contains mainly: blue. Hex color #B61CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61CE1 is #49E31E. Grayscale: #5F5F5F. Windows color (decimal): -4842271 or 14752950. OLE color: 14752950.

HSL color Cylindrical-coordinate representation of color #B61CE1: hue angle of 286.9º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B61CE1 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 182 28 225 -
CMYK 0.19 0.88 0 0.12
HSL 286.9º 0.78% 0.5% -
HSV(B) 286.9º 0.88% 0.88% -
XYZ 33.3 16.21 72.61 -
YUV 96.5 200.52 188.98 -
System Red Green Blue C M Y K H S L
Decimal 182 28 225 0.19 0.88 0 0.12 286.9 0.78 0.5
Hex B6 1C E1 13 58 0 C 11F 4E 32
Octal 266 34 341 23 130 0 14 437 116 62
Binary 10110110 11100 11100001 10011 1011000 0 1100 100011111 1001110 110010

Color Harmonies of #B61CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61CE1

Black with #B61CE1

Text Example


Text Example

White with #B61CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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