Html Css Color HEX #B80DFB Electric Purple

📋 copy color: '#B80DFB'

red 184 ◦ green 13 ◦ blue 251

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

Shades of Electric Purple #B80DFB

Tints of Electric Purple #B80DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.9%

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

R = 41.07%
G = 2.9%
B = 56.03%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B80DFB (or 0xB80DFB) is known color: Electric Purple. HEX triplet: B8, 0D and FB. RGB value is (184,13,251). Sum of RGB (Red+Green+Blue) = 184+13+251=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 13 (5.47% from 255 or 2.90% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #B80DFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80DFB is #47F204. Grayscale: #5A5A5A. Windows color (decimal): -4715013 or 16453048. OLE color: 16453048.

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

Color convert

RGB 184 13 251 -
CMYK 0.27 0.95 0 0.02
HSL 283.11º 0.97% 0.52% -
HSV(B) 283.11º 0.95% 0.98% -
XYZ 37.32 17.44 92.67 -
YUV 91.26 218.15 194.15 -
System Red Green Blue C M Y K H S L
Decimal 184 13 251 0.27 0.95 0 0.02 283.11 0.97 0.52
Hex B8 D FB 1B 5F 0 2 11B 61 34
Octal 270 15 373 33 137 0 2 433 141 64
Binary 10111000 1101 11111011 11011 1011111 0 10 100011011 1100001 110100

Color Harmonies of #B80DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80DFB

Black with #B80DFB

Text Example


Text Example

White with #B80DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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