Html Css Color HEX #B80FE6 Electric Purple

📋 copy color: '#B80FE6'

red 184 ◦ green 15 ◦ blue 230

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

Shades of Electric Purple #B80FE6

Tints of Electric Purple #B80FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 53.61%

R = 42.89%
G = 3.5%
B = 53.61%

CMYK

 C value IS 0.2

 M value IS 0.93

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B80FE6 (or 0xB80FE6) is known color: Electric Purple. HEX triplet: B8, 0F and E6. RGB value is (184,15,230). Sum of RGB (Red+Green+Blue) = 184+15+230=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 15 (6.25% from 255 or 3.50% from 429); Blue value is 230 (90.23% from 255 or 53.61% from 429); Max value from RGB is 230 - color contains mainly: blue. Hex color #B80FE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80FE6 is #47F019. Grayscale: #595959. Windows color (decimal): -4714522 or 15077304. OLE color: 15077304.

HSL color Cylindrical-coordinate representation of color #B80FE6: hue angle of 287.16º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80FE6 is Cyan = 0.2, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 184 15 230 -
CMYK 0.2 0.93 0 0.10
HSL 287.16º 0.88% 0.48% -
HSV(B) 287.16º 0.93% 0.9% -
XYZ 34.22 16.25 76.19 -
YUV 90.04 206.99 195.02 -
System Red Green Blue C M Y K H S L
Decimal 184 15 230 0.2 0.93 0 0.10 287.16 0.88 0.48
Hex B8 F E6 14 5D 0 A 11F 58 30
Octal 270 17 346 24 135 0 12 437 130 60
Binary 10111000 1111 11100110 10100 1011101 0 1010 100011111 1011000 110000

Color Harmonies of #B80FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80FE6

Black with #B80FE6

Text Example


Text Example

White with #B80FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80FE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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