Html Css Color HEX #B81CFD Electric Purple

📋 copy color: '#B81CFD'

red 184 ◦ green 28 ◦ blue 253

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

Shades of Electric Purple #B81CFD

Tints of Electric Purple #B81CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.41%

R = 39.57%
G = 6.02%
B = 54.41%

CMYK

 C value IS 0.27

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B81CFD (or 0xB81CFD) is known color: Electric Purple. HEX triplet: B8, 1C and FD. RGB value is (184,28,253). Sum of RGB (Red+Green+Blue) = 184+28+253=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 28 (11.33% from 255 or 6.02% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #B81CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81CFD is #47E302. Grayscale: #636363. Windows color (decimal): -4711171 or 16587960. OLE color: 16587960.

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

Color convert

RGB 184 28 253 -
CMYK 0.27 0.89 0 0.01
HSL 281.6º 0.98% 0.55% -
HSV(B) 281.6º 0.89% 0.99% -
XYZ 37.91 18.11 94.43 -
YUV 100.29 214.18 187.7 -
System Red Green Blue C M Y K H S L
Decimal 184 28 253 0.27 0.89 0 0.01 281.6 0.98 0.55
Hex B8 1C FD 1B 59 0 1 11A 62 37
Octal 270 34 375 33 131 0 1 432 142 67
Binary 10111000 11100 11111101 11011 1011001 0 1 100011010 1100010 110111

Color Harmonies of #B81CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81CFD

Black with #B81CFD

Text Example


Text Example

White with #B81CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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