Html Css Color HEX #B80AFD Electric Purple

📋 copy color: '#B80AFD'

red 184 ◦ green 10 ◦ blue 253

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

Shades of Electric Purple #B80AFD

Tints of Electric Purple #B80AFD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.24%

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

R = 41.16%
G = 2.24%
B = 56.6%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B80AFD (or 0xB80AFD) is known color: Electric Purple. HEX triplet: B8, 0A and FD. RGB value is (184,10,253). Sum of RGB (Red+Green+Blue) = 184+10+253=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 10 (4.30% from 255 or 2.24% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #B80AFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80AFD is #47F502. Grayscale: #585858. Windows color (decimal): -4715779 or 16583352. OLE color: 16583352.

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

Color convert

RGB 184 10 253 -
CMYK 0.27 0.96 0 0.01
HSL 282.96º 0.98% 0.52% -
HSV(B) 282.96º 0.96% 0.99% -
XYZ 37.61 17.5 94.32 -
YUV 89.73 220.15 195.24 -
System Red Green Blue C M Y K H S L
Decimal 184 10 253 0.27 0.96 0 0.01 282.96 0.98 0.52
Hex B8 A FD 1B 60 0 1 11B 62 34
Octal 270 12 375 33 140 0 1 433 142 64
Binary 10111000 1010 11111101 11011 1100000 0 1 100011011 1100010 110100

Color Harmonies of #B80AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80AFD

Black with #B80AFD

Text Example


Text Example

White with #B80AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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