Html Css Color HEX #B814FB Electric Purple

📋 copy color: '#B814FB'

red 184 ◦ green 20 ◦ blue 251

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

Shades of Electric Purple #B814FB

Tints of Electric Purple #B814FB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.4%

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

R = 40.44%
G = 4.4%
B = 55.16%

CMYK

 C value IS 0.27

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B814FB (or 0xB814FB) is known color: Electric Purple. HEX triplet: B8, 14 and FB. RGB value is (184,20,251). Sum of RGB (Red+Green+Blue) = 184+20+251=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 20 (8.20% from 255 or 4.40% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #B814FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B814FB is #47EB04. Grayscale: #5E5E5E. Windows color (decimal): -4713221 or 16454840. OLE color: 16454840.

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

Color convert

RGB 184 20 251 -
CMYK 0.27 0.92 0 0.02
HSL 282.6º 0.97% 0.53% -
HSV(B) 282.6º 0.92% 0.98% -
XYZ 37.43 17.66 92.7 -
YUV 95.37 215.83 191.22 -
System Red Green Blue C M Y K H S L
Decimal 184 20 251 0.27 0.92 0 0.02 282.6 0.97 0.53
Hex B8 14 FB 1B 5C 0 2 11B 61 35
Octal 270 24 373 33 134 0 2 433 141 65
Binary 10111000 10100 11111011 11011 1011100 0 10 100011011 1100001 110101

Color Harmonies of #B814FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B814FB

Black with #B814FB

Text Example


Text Example

White with #B814FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B814FB; }

 p { color: rgb(184,20,251); }

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

background-color css

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

 a { background-color: rgb(184,20,251); }

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

border-color css

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

 span { border-color: rgb(184,20,251); }

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