Html Css Color HEX #B825FD Electric Purple

📋 copy color: '#B825FD'

red 184 ◦ green 37 ◦ blue 253

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

Shades of Electric Purple #B825FD

Tints of Electric Purple #B825FD

RGB

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

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

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

R = 38.82%
G = 7.81%
B = 53.38%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B825FD (or 0xB825FD) is known color: Electric Purple. HEX triplet: B8, 25 and FD. RGB value is (184,37,253). Sum of RGB (Red+Green+Blue) = 184+37+253=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 37 (14.84% from 255 or 7.81% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #B825FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B825FD is #47DA02. Grayscale: #686868. Windows color (decimal): -4708867 or 16590264. OLE color: 16590264.

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

Color convert

RGB 184 37 253 -
CMYK 0.27 0.85 0 0.01
HSL 280.83º 0.98% 0.57% -
HSV(B) 280.83º 0.85% 0.99% -
XYZ 38.16 18.61 94.51 -
YUV 105.58 211.2 183.94 -
System Red Green Blue C M Y K H S L
Decimal 184 37 253 0.27 0.85 0 0.01 280.83 0.98 0.57
Hex B8 25 FD 1B 55 0 1 119 62 39
Octal 270 45 375 33 125 0 1 431 142 71
Binary 10111000 100101 11111101 11011 1010101 0 1 100011001 1100010 111001

Color Harmonies of #B825FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B825FD

Black with #B825FD

Text Example


Text Example

White with #B825FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B825FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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