Html Css Color HEX #B725FE Electric Purple

📋 copy color: '#B725FE'

red 183 ◦ green 37 ◦ blue 254

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

Shades of Electric Purple #B725FE

Tints of Electric Purple #B725FE

RGB

 RED value IS 183 (71.88% from 255) = 38.61%

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

 BLUE value IS 254 (99.61% from 255) = 53.59%

R = 38.61%
G = 7.81%
B = 53.59%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B725FE (or 0xB725FE) is known color: Electric Purple. HEX triplet: B7, 25 and FE. RGB value is (183,37,254). Sum of RGB (Red+Green+Blue) = 183+37+254=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 37 (14.84% from 255 or 7.81% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #B725FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B725FE is #48DA01. Grayscale: #686868. Windows color (decimal): -4774402 or 16655799. OLE color: 16655799.

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

Color convert

RGB 183 37 254 -
CMYK 0.28 0.85 0 0.00
HSL 280.37º 0.99% 0.57% -
HSV(B) 280.37º 0.85% 1% -
XYZ 38.08 18.55 95.34 -
YUV 105.39 211.87 183.36 -
System Red Green Blue C M Y K H S L
Decimal 183 37 254 0.28 0.85 0 0.00 280.37 0.99 0.57
Hex B7 25 FE 1C 55 0 0 118 63 39
Octal 267 45 376 34 125 0 0 430 143 71
Binary 10110111 100101 11111110 11100 1010101 0 0 100011000 1100011 111001

Color Harmonies of #B725FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B725FE

Black with #B725FE

Text Example


Text Example

White with #B725FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B725FE; }

 p { color: rgb(183,37,254); }

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

background-color css

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

 a { background-color: rgb(183,37,254); }

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

border-color css

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

 span { border-color: rgb(183,37,254); }

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