Html Css Color HEX #B825F1 Electric Purple

📋 copy color: '#B825F1'

red 184 ◦ green 37 ◦ blue 241

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

Shades of Electric Purple #B825F1

Tints of Electric Purple #B825F1

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.01%

 BLUE value IS 241 (94.53% from 255) = 52.16%

R = 39.83%
G = 8.01%
B = 52.16%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B825F1 (or 0xB825F1) is known color: Electric Purple. HEX triplet: B8, 25 and F1. RGB value is (184,37,241). Sum of RGB (Red+Green+Blue) = 184+37+241=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 37 (14.84% from 255 or 8.01% from 462); Blue value is 241 (94.53% from 255 or 52.16% from 462); Max value from RGB is 241 - color contains mainly: blue. Hex color #B825F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B825F1 is #47DA0E. Grayscale: #676767. Windows color (decimal): -4708879 or 15803832. OLE color: 15803832.

HSL color Cylindrical-coordinate representation of color #B825F1: hue angle of 283.24º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B825F1 is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 184 37 241 -
CMYK 0.24 0.85 0 0.05
HSL 283.24º 0.88% 0.55% -
HSV(B) 283.24º 0.85% 0.95% -
XYZ 36.31 17.86 84.75 -
YUV 104.21 205.2 184.91 -
System Red Green Blue C M Y K H S L
Decimal 184 37 241 0.24 0.85 0 0.05 283.24 0.88 0.55
Hex B8 25 F1 18 55 0 5 11B 58 37
Octal 270 45 361 30 125 0 5 433 130 67
Binary 10111000 100101 11110001 11000 1010101 0 101 100011011 1011000 110111

Color Harmonies of #B825F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B825F1

Black with #B825F1

Text Example


Text Example

White with #B825F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B825F1; }

 p { color: rgb(184,37,241); }

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

background-color css

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

 a { background-color: rgb(184,37,241); }

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

border-color css

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

 span { border-color: rgb(184,37,241); }

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