Html Css Color HEX #B811FC Electric Purple

📋 copy color: '#B811FC'

red 184 ◦ green 17 ◦ blue 252

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

Shades of Electric Purple #B811FC

Tints of Electric Purple #B811FC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.75%

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

R = 40.62%
G = 3.75%
B = 55.63%

CMYK

 C value IS 0.27

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B811FC (or 0xB811FC) is known color: Electric Purple. HEX triplet: B8, 11 and FC. RGB value is (184,17,252). Sum of RGB (Red+Green+Blue) = 184+17+252=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 17 (7.03% from 255 or 3.75% from 453); Blue value is 252 (98.83% from 255 or 55.63% from 453); Max value from RGB is 252 - color contains mainly: blue. Hex color #B811FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B811FC is #47EE03. Grayscale: #5C5C5C. Windows color (decimal): -4713988 or 16519608. OLE color: 16519608.

HSL color Cylindrical-coordinate representation of color #B811FC: hue angle of 282.64º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B811FC is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 184 17 252 -
CMYK 0.27 0.93 0 0.01
HSL 282.64º 0.98% 0.53% -
HSV(B) 282.64º 0.93% 0.99% -
XYZ 37.54 17.62 93.52 -
YUV 93.72 217.33 192.39 -
System Red Green Blue C M Y K H S L
Decimal 184 17 252 0.27 0.93 0 0.01 282.64 0.98 0.53
Hex B8 11 FC 1B 5D 0 1 11B 62 35
Octal 270 21 374 33 135 0 1 433 142 65
Binary 10111000 10001 11111100 11011 1011101 0 1 100011011 1100010 110101

Color Harmonies of #B811FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B811FC

Black with #B811FC

Text Example


Text Example

White with #B811FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B811FC; }

 p { color: rgb(184,17,252); }

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

background-color css

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

 a { background-color: rgb(184,17,252); }

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

border-color css

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

 span { border-color: rgb(184,17,252); }

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