Html Css Color HEX #B61DFE Electric Purple

📋 copy color: '#B61DFE'

red 182 ◦ green 29 ◦ blue 254

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

Shades of Electric Purple #B61DFE

Tints of Electric Purple #B61DFE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.24%

 BLUE value IS 254 (99.61% from 255) = 54.62%

R = 39.14%
G = 6.24%
B = 54.62%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B61DFE (or 0xB61DFE) is known color: Electric Purple. HEX triplet: B6, 1D and FE. RGB value is (182,29,254). Sum of RGB (Red+Green+Blue) = 182+29+254=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 29 (11.72% from 255 or 6.24% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #B61DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B61DFE is #49E201. Grayscale: #636363. Windows color (decimal): -4841986 or 16653750. OLE color: 16653750.

HSL color Cylindrical-coordinate representation of color #B61DFE: hue angle of 280.8º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B61DFE is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 182 29 254 -
CMYK 0.28 0.89 0 0.00
HSL 280.8º 0.99% 0.55% -
HSV(B) 280.8º 0.89% 1% -
XYZ 37.62 17.98 95.25 -
YUV 100.4 214.69 186.2 -
System Red Green Blue C M Y K H S L
Decimal 182 29 254 0.28 0.89 0 0.00 280.8 0.99 0.55
Hex B6 1D FE 1C 59 0 0 119 63 37
Octal 266 35 376 34 131 0 0 431 143 67
Binary 10110110 11101 11111110 11100 1011001 0 0 100011001 1100011 110111

Color Harmonies of #B61DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61DFE

Black with #B61DFE

Text Example


Text Example

White with #B61DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61DFE; }

 p { color: rgb(182,29,254); }

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

background-color css

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

 a { background-color: rgb(182,29,254); }

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

border-color css

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

 span { border-color: rgb(182,29,254); }

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