Html Css Color HEX #B61EFC Electric Purple

📋 copy color: '#B61EFC'

red 182 ◦ green 30 ◦ blue 252

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

Shades of Electric Purple #B61EFC

Tints of Electric Purple #B61EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.31%

R = 39.22%
G = 6.47%
B = 54.31%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B61EFC (or 0xB61EFC) is known color: Electric Purple. HEX triplet: B6, 1E and FC. RGB value is (182,30,252). Sum of RGB (Red+Green+Blue) = 182+30+252=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 30 (12.11% from 255 or 6.47% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #B61EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B61EFC is #49E103. Grayscale: #646464. Windows color (decimal): -4841732 or 16522934. OLE color: 16522934.

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

Color convert

RGB 182 30 252 -
CMYK 0.28 0.88 0 0.01
HSL 281.08º 0.97% 0.55% -
HSV(B) 281.08º 0.88% 0.99% -
XYZ 37.33 17.9 93.58 -
YUV 100.76 213.36 185.95 -
System Red Green Blue C M Y K H S L
Decimal 182 30 252 0.28 0.88 0 0.01 281.08 0.97 0.55
Hex B6 1E FC 1C 58 0 1 119 61 37
Octal 266 36 374 34 130 0 1 431 141 67
Binary 10110110 11110 11111100 11100 1011000 0 1 100011001 1100001 110111

Color Harmonies of #B61EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61EFC

Black with #B61EFC

Text Example


Text Example

White with #B61EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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