Html Css Color HEX #B61CFC Electric Purple

📋 copy color: '#B61CFC'

red 182 ◦ green 28 ◦ blue 252

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

Shades of Electric Purple #B61CFC

Tints of Electric Purple #B61CFC

RGB

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

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

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

R = 39.39%
G = 6.06%
B = 54.55%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B61CFC (or 0xB61CFC) is known color: Electric Purple. HEX triplet: B6, 1C and FC. RGB value is (182,28,252). Sum of RGB (Red+Green+Blue) = 182+28+252=462 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.39% from 462); Green value is 28 (11.33% from 255 or 6.06% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #B61CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B61CFC is #49E303. Grayscale: #626262. Windows color (decimal): -4842244 or 16522422. OLE color: 16522422.

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

Color convert

RGB 182 28 252 -
CMYK 0.28 0.89 0 0.01
HSL 281.25º 0.97% 0.55% -
HSV(B) 281.25º 0.89% 0.99% -
XYZ 37.28 17.8 93.57 -
YUV 99.58 214.02 186.79 -
System Red Green Blue C M Y K H S L
Decimal 182 28 252 0.28 0.89 0 0.01 281.25 0.97 0.55
Hex B6 1C FC 1C 59 0 1 119 61 37
Octal 266 34 374 34 131 0 1 431 141 67
Binary 10110110 11100 11111100 11100 1011001 0 1 100011001 1100001 110111

Color Harmonies of #B61CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61CFC

Black with #B61CFC

Text Example


Text Example

White with #B61CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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