Html Css Color HEX #B61BFB Electric Purple

📋 copy color: '#B61BFB'

red 182 ◦ green 27 ◦ blue 251

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

Shades of Electric Purple #B61BFB

Tints of Electric Purple #B61BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.57%

R = 39.57%
G = 5.87%
B = 54.57%

CMYK

 C value IS 0.27

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B61BFB (or 0xB61BFB) is known color: Electric Purple. HEX triplet: B6, 1B and FB. RGB value is (182,27,251). Sum of RGB (Red+Green+Blue) = 182+27+251=460 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.57% from 460); Green value is 27 (10.94% from 255 or 5.87% from 460); Blue value is 251 (98.44% from 255 or 54.57% from 460); Max value from RGB is 251 - color contains mainly: blue. Hex color #B61BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B61BFB is #49E404. Grayscale: #626262. Windows color (decimal): -4842501 or 16456630. OLE color: 16456630.

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

Color convert

RGB 182 27 251 -
CMYK 0.27 0.89 0 0.02
HSL 281.52º 0.97% 0.55% -
HSV(B) 281.52º 0.89% 0.98% -
XYZ 37.1 17.69 92.73 -
YUV 98.88 213.85 187.29 -
System Red Green Blue C M Y K H S L
Decimal 182 27 251 0.27 0.89 0 0.02 281.52 0.97 0.55
Hex B6 1B FB 1B 59 0 2 11A 61 37
Octal 266 33 373 33 131 0 2 432 141 67
Binary 10110110 11011 11111011 11011 1011001 0 10 100011010 1100001 110111

Color Harmonies of #B61BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61BFB

Black with #B61BFB

Text Example


Text Example

White with #B61BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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