Html Css Color HEX #B80DFD Electric Purple

📋 copy color: '#B80DFD'

red 184 ◦ green 13 ◦ blue 253

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

Shades of Electric Purple #B80DFD

Tints of Electric Purple #B80DFD

RGB

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

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

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

R = 40.89%
G = 2.89%
B = 56.22%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B80DFD (or 0xB80DFD) is known color: Electric Purple. HEX triplet: B8, 0D and FD. RGB value is (184,13,253). Sum of RGB (Red+Green+Blue) = 184+13+253=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 13 (5.47% from 255 or 2.89% from 450); Blue value is 253 (99.22% from 255 or 56.22% from 450); Max value from RGB is 253 - color contains mainly: blue. Hex color #B80DFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80DFD is #47F202. Grayscale: #5A5A5A. Windows color (decimal): -4715011 or 16584120. OLE color: 16584120.

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

Color convert

RGB 184 13 253 -
CMYK 0.27 0.95 0 0.01
HSL 282.75º 0.98% 0.52% -
HSV(B) 282.75º 0.95% 0.99% -
XYZ 37.64 17.57 94.34 -
YUV 91.49 219.15 193.99 -
System Red Green Blue C M Y K H S L
Decimal 184 13 253 0.27 0.95 0 0.01 282.75 0.98 0.52
Hex B8 D FD 1B 5F 0 1 11B 62 34
Octal 270 15 375 33 137 0 1 433 142 64
Binary 10111000 1101 11111101 11011 1011111 0 1 100011011 1100010 110100

Color Harmonies of #B80DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80DFD

Black with #B80DFD

Text Example


Text Example

White with #B80DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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