Html Css Color HEX #B61EEE Electric Purple

📋 copy color: '#B61EEE'

red 182 ◦ green 30 ◦ blue 238

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

Shades of Electric Purple #B61EEE

Tints of Electric Purple #B61EEE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.67%

 BLUE value IS 238 (93.36% from 255) = 52.89%

R = 40.44%
G = 6.67%
B = 52.89%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B61EEE (or 0xB61EEE) is known color: Electric Purple. HEX triplet: B6, 1E and EE. RGB value is (182,30,238). Sum of RGB (Red+Green+Blue) = 182+30+238=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 30 (12.11% from 255 or 6.67% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #B61EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B61EEE is #49E111. Grayscale: #626262. Windows color (decimal): -4841746 or 15605430. OLE color: 15605430.

HSL color Cylindrical-coordinate representation of color #B61EEE: hue angle of 283.85º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B61EEE is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 30 238 -
CMYK 0.24 0.87 0 0.07
HSL 283.85º 0.86% 0.53% -
HSV(B) 283.85º 0.87% 0.93% -
XYZ 35.19 17.05 82.32 -
YUV 99.16 206.36 187.09 -
System Red Green Blue C M Y K H S L
Decimal 182 30 238 0.24 0.87 0 0.07 283.85 0.86 0.53
Hex B6 1E EE 18 57 0 7 11C 56 35
Octal 266 36 356 30 127 0 7 434 126 65
Binary 10110110 11110 11101110 11000 1010111 0 111 100011100 1010110 110101

Color Harmonies of #B61EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61EEE

Black with #B61EEE

Text Example


Text Example

White with #B61EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61EEE; }

 p { color: rgb(182,30,238); }

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

background-color css

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

 a { background-color: rgb(182,30,238); }

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

border-color css

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

 span { border-color: rgb(182,30,238); }

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