Html Css Color HEX #B828F3 Electric Purple

📋 copy color: '#B828F3'

red 184 ◦ green 40 ◦ blue 243

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

Shades of Electric Purple #B828F3

Tints of Electric Purple #B828F3

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.57%

 BLUE value IS 243 (95.31% from 255) = 52.03%

R = 39.4%
G = 8.57%
B = 52.03%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B828F3 (or 0xB828F3) is known color: Electric Purple. HEX triplet: B8, 28 and F3. RGB value is (184,40,243). Sum of RGB (Red+Green+Blue) = 184+40+243=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 40 (16.02% from 255 or 8.57% from 467); Blue value is 243 (95.31% from 255 or 52.03% from 467); Max value from RGB is 243 - color contains mainly: blue. Hex color #B828F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B828F3 is #47D70C. Grayscale: #696969. Windows color (decimal): -4708109 or 15935672. OLE color: 15935672.

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

Color convert

RGB 184 40 243 -
CMYK 0.24 0.84 0 0.05
HSL 282.56º 0.89% 0.55% -
HSV(B) 282.56º 0.84% 0.95% -
XYZ 36.7 18.18 86.37 -
YUV 106.2 205.21 183.49 -
System Red Green Blue C M Y K H S L
Decimal 184 40 243 0.24 0.84 0 0.05 282.56 0.89 0.55
Hex B8 28 F3 18 54 0 5 11B 59 37
Octal 270 50 363 30 124 0 5 433 131 67
Binary 10111000 101000 11110011 11000 1010100 0 101 100011011 1011001 110111

Color Harmonies of #B828F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B828F3

Black with #B828F3

Text Example


Text Example

White with #B828F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B828F3; }

 p { color: rgb(184,40,243); }

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

background-color css

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

 a { background-color: rgb(184,40,243); }

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

border-color css

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

 span { border-color: rgb(184,40,243); }

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