Html Css Color HEX #B61CEA Electric Purple

📋 copy color: '#B61CEA'

red 182 ◦ green 28 ◦ blue 234

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

Shades of Electric Purple #B61CEA

Tints of Electric Purple #B61CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.7%

R = 40.99%
G = 6.31%
B = 52.7%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B61CEA (or 0xB61CEA) is known color: Electric Purple. HEX triplet: B6, 1C and EA. RGB value is (182,28,234). Sum of RGB (Red+Green+Blue) = 182+28+234=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 28 (11.33% from 255 or 6.31% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #B61CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B61CEA is #49E315. Grayscale: #606060. Windows color (decimal): -4842262 or 15342774. OLE color: 15342774.

HSL color Cylindrical-coordinate representation of color #B61CEA: hue angle of 284.85º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B61CEA is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 182 28 234 -
CMYK 0.22 0.88 0 0.08
HSL 284.85º 0.83% 0.51% -
HSV(B) 284.85º 0.88% 0.92% -
XYZ 34.56 16.72 79.25 -
YUV 97.53 205.02 188.25 -
System Red Green Blue C M Y K H S L
Decimal 182 28 234 0.22 0.88 0 0.08 284.85 0.83 0.51
Hex B6 1C EA 16 58 0 8 11D 53 33
Octal 266 34 352 26 130 0 10 435 123 63
Binary 10110110 11100 11101010 10110 1011000 0 1000 100011101 1010011 110011

Color Harmonies of #B61CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61CEA

Black with #B61CEA

Text Example


Text Example

White with #B61CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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