Html Css Color HEX #B61CEF Electric Purple

📋 copy color: '#B61CEF'

red 182 ◦ green 28 ◦ blue 239

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

Shades of Electric Purple #B61CEF

Tints of Electric Purple #B61CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.23%

R = 40.53%
G = 6.24%
B = 53.23%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B61CEF (or 0xB61CEF) is known color: Electric Purple. HEX triplet: B6, 1C and EF. RGB value is (182,28,239). Sum of RGB (Red+Green+Blue) = 182+28+239=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 28 (11.33% from 255 or 6.24% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #B61CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B61CEF is #49E310. Grayscale: #616161. Windows color (decimal): -4842257 or 15670454. OLE color: 15670454.

HSL color Cylindrical-coordinate representation of color #B61CEF: hue angle of 283.79º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B61CEF is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 182 28 239 -
CMYK 0.24 0.88 0 0.06
HSL 283.79º 0.87% 0.52% -
HSV(B) 283.79º 0.88% 0.94% -
XYZ 35.29 17.01 83.08 -
YUV 98.1 207.52 187.84 -
System Red Green Blue C M Y K H S L
Decimal 182 28 239 0.24 0.88 0 0.06 283.79 0.87 0.52
Hex B6 1C EF 18 58 0 6 11C 57 34
Octal 266 34 357 30 130 0 6 434 127 64
Binary 10110110 11100 11101111 11000 1011000 0 110 100011100 1010111 110100

Color Harmonies of #B61CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61CEF

Black with #B61CEF

Text Example


Text Example

White with #B61CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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