Html Css Color HEX #B824FD Electric Purple

📋 copy color: '#B824FD'

red 184 ◦ green 36 ◦ blue 253

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

Shades of Electric Purple #B824FD

Tints of Electric Purple #B824FD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.61%

 BLUE value IS 253 (99.22% from 255) = 53.49%

R = 38.9%
G = 7.61%
B = 53.49%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B824FD (or 0xB824FD) is known color: Electric Purple. HEX triplet: B8, 24 and FD. RGB value is (184,36,253). Sum of RGB (Red+Green+Blue) = 184+36+253=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 36 (14.45% from 255 or 7.61% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #B824FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B824FD is #47DB02. Grayscale: #686868. Windows color (decimal): -4709123 or 16590008. OLE color: 16590008.

HSL color Cylindrical-coordinate representation of color #B824FD: hue angle of 280.92º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B824FD is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 184 36 253 -
CMYK 0.27 0.86 0 0.01
HSL 280.92º 0.98% 0.57% -
HSV(B) 280.92º 0.86% 0.99% -
XYZ 38.13 18.54 94.5 -
YUV 104.99 211.53 184.36 -
System Red Green Blue C M Y K H S L
Decimal 184 36 253 0.27 0.86 0 0.01 280.92 0.98 0.57
Hex B8 24 FD 1B 56 0 1 119 62 39
Octal 270 44 375 33 126 0 1 431 142 71
Binary 10111000 100100 11111101 11011 1010110 0 1 100011001 1100010 111001

Color Harmonies of #B824FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B824FD

Black with #B824FD

Text Example


Text Example

White with #B824FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B824FD; }

 p { color: rgb(184,36,253); }

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

background-color css

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

 a { background-color: rgb(184,36,253); }

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

border-color css

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

 span { border-color: rgb(184,36,253); }

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