Html Css Color HEX #B825F2 Electric Purple

📋 copy color: '#B825F2'

red 184 ◦ green 37 ◦ blue 242

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

Shades of Electric Purple #B825F2

Tints of Electric Purple #B825F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 52.27%

R = 39.74%
G = 7.99%
B = 52.27%

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

#B825F2 (or 0xB825F2) is known color: Electric Purple. HEX triplet: B8, 25 and F2. RGB value is (184,37,242). Sum of RGB (Red+Green+Blue) = 184+37+242=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 37 (14.84% from 255 or 7.99% from 463); Blue value is 242 (94.92% from 255 or 52.27% from 463); Max value from RGB is 242 - color contains mainly: blue. Hex color #B825F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B825F2 is #47DA0D. Grayscale: #676767. Windows color (decimal): -4708878 or 15869368. OLE color: 15869368.

HSL color Cylindrical-coordinate representation of color #B825F2: hue angle of 283.02º degrees, saturation: 0.89, 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 #B825F2 is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 184 37 242 -
CMYK 0.24 0.85 0 0.05
HSL 283.02º 0.89% 0.55% -
HSV(B) 283.02º 0.85% 0.95% -
XYZ 36.46 17.92 85.54 -
YUV 104.32 205.7 184.83 -
System Red Green Blue C M Y K H S L
Decimal 184 37 242 0.24 0.85 0 0.05 283.02 0.89 0.55
Hex B8 25 F2 18 55 0 5 11B 59 37
Octal 270 45 362 30 125 0 5 433 131 67
Binary 10111000 100101 11110010 11000 1010101 0 101 100011011 1011001 110111

Color Harmonies of #B825F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B825F2

Black with #B825F2

Text Example


Text Example

White with #B825F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B825F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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