Html Css Color HEX #B61CFA Electric Purple

📋 copy color: '#B61CFA'

red 182 ◦ green 28 ◦ blue 250

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

Shades of Electric Purple #B61CFA

Tints of Electric Purple #B61CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.35%

R = 39.57%
G = 6.09%
B = 54.35%

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

#B61CFA (or 0xB61CFA) is known color: Electric Purple. HEX triplet: B6, 1C and FA. RGB value is (182,28,250). Sum of RGB (Red+Green+Blue) = 182+28+250=460 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.57% from 460); Green value is 28 (11.33% from 255 or 6.09% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #B61CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B61CFA is #49E305. Grayscale: #626262. Windows color (decimal): -4842246 or 16391350. OLE color: 16391350.

HSL color Cylindrical-coordinate representation of color #B61CFA: hue angle of 281.62º degrees, saturation: 0.96, 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 #B61CFA is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 28 250 -
CMYK 0.27 0.89 0 0.02
HSL 281.62º 0.96% 0.55% -
HSV(B) 281.62º 0.89% 0.98% -
XYZ 36.96 17.68 91.91 -
YUV 99.35 213.02 186.95 -
System Red Green Blue C M Y K H S L
Decimal 182 28 250 0.27 0.89 0 0.02 281.62 0.96 0.55
Hex B6 1C FA 1B 59 0 2 11A 60 37
Octal 266 34 372 33 131 0 2 432 140 67
Binary 10110110 11100 11111010 11011 1011001 0 10 100011010 1100000 110111

Color Harmonies of #B61CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61CFA

Black with #B61CFA

Text Example


Text Example

White with #B61CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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