Html Css Color HEX #B81CFA Electric Purple

📋 copy color: '#B81CFA'

red 184 ◦ green 28 ◦ blue 250

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

Shades of Electric Purple #B81CFA

Tints of Electric Purple #B81CFA

RGB

 RED value IS 184 (72.27% from 255) = 39.83%

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

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

R = 39.83%
G = 6.06%
B = 54.11%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B81CFA (or 0xB81CFA) is known color: Electric Purple. HEX triplet: B8, 1C and FA. RGB value is (184,28,250). Sum of RGB (Red+Green+Blue) = 184+28+250=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 28 (11.33% from 255 or 6.06% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #B81CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81CFA is #47E305. Grayscale: #636363. Windows color (decimal): -4711174 or 16391352. OLE color: 16391352.

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

Color convert

RGB 184 28 250 -
CMYK 0.26 0.89 0 0.02
HSL 282.16º 0.96% 0.55% -
HSV(B) 282.16º 0.89% 0.98% -
XYZ 37.44 17.92 91.93 -
YUV 99.95 212.68 187.95 -
System Red Green Blue C M Y K H S L
Decimal 184 28 250 0.26 0.89 0 0.02 282.16 0.96 0.55
Hex B8 1C FA 1A 59 0 2 11A 60 37
Octal 270 34 372 32 131 0 2 432 140 67
Binary 10111000 11100 11111010 11010 1011001 0 10 100011010 1100000 110111

Color Harmonies of #B81CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81CFA

Black with #B81CFA

Text Example


Text Example

White with #B81CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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