Html Css Color HEX #B80FF9 Electric Purple

📋 copy color: '#B80FF9'

red 184 ◦ green 15 ◦ blue 249

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

Shades of Electric Purple #B80FF9

Tints of Electric Purple #B80FF9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.35%

 BLUE value IS 249 (97.66% from 255) = 55.58%

R = 41.07%
G = 3.35%
B = 55.58%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B80FF9 (or 0xB80FF9) is known color: Electric Purple. HEX triplet: B8, 0F and F9. RGB value is (184,15,249). Sum of RGB (Red+Green+Blue) = 184+15+249=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 15 (6.25% from 255 or 3.35% from 448); Blue value is 249 (97.66% from 255 or 55.58% from 448); Max value from RGB is 249 - color contains mainly: blue. Hex color #B80FF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80FF9 is #47F006. Grayscale: #5B5B5B. Windows color (decimal): -4714503 or 16322488. OLE color: 16322488.

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

Color convert

RGB 184 15 249 -
CMYK 0.26 0.94 0 0.02
HSL 283.33º 0.95% 0.52% -
HSV(B) 283.33º 0.94% 0.98% -
XYZ 37.04 17.37 91.02 -
YUV 92.21 216.49 193.47 -
System Red Green Blue C M Y K H S L
Decimal 184 15 249 0.26 0.94 0 0.02 283.33 0.95 0.52
Hex B8 F F9 1A 5E 0 2 11B 5F 34
Octal 270 17 371 32 136 0 2 433 137 64
Binary 10111000 1111 11111001 11010 1011110 0 10 100011011 1011111 110100

Color Harmonies of #B80FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80FF9

Black with #B80FF9

Text Example


Text Example

White with #B80FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80FF9; }

 p { color: rgb(184,15,249); }

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

background-color css

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

 a { background-color: rgb(184,15,249); }

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

border-color css

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

 span { border-color: rgb(184,15,249); }

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