Html Css Color HEX #B61BFC Electric Purple

📋 copy color: '#B61BFC'

red 182 ◦ green 27 ◦ blue 252

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

Shades of Electric Purple #B61BFC

Tints of Electric Purple #B61BFC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.86%

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

R = 39.48%
G = 5.86%
B = 54.66%

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

#B61BFC (or 0xB61BFC) is known color: Electric Purple. HEX triplet: B6, 1B and FC. RGB value is (182,27,252). Sum of RGB (Red+Green+Blue) = 182+27+252=461 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.48% from 461); Green value is 27 (10.94% from 255 or 5.86% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #B61BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B61BFC is #49E403. Grayscale: #626262. Windows color (decimal): -4842500 or 16522166. OLE color: 16522166.

HSL color Cylindrical-coordinate representation of color #B61BFC: hue angle of 281.33º 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 #B61BFC is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 182 27 252 -
CMYK 0.28 0.89 0 0.01
HSL 281.33º 0.97% 0.55% -
HSV(B) 281.33º 0.89% 0.99% -
XYZ 37.25 17.76 93.56 -
YUV 99 214.35 187.2 -
System Red Green Blue C M Y K H S L
Decimal 182 27 252 0.28 0.89 0 0.01 281.33 0.97 0.55
Hex B6 1B FC 1C 59 0 1 119 61 37
Octal 266 33 374 34 131 0 1 431 141 67
Binary 10110110 11011 11111100 11100 1011001 0 1 100011001 1100001 110111

Color Harmonies of #B61BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61BFC

Black with #B61BFC

Text Example


Text Example

White with #B61BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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