Html Css Color HEX #B225FE Electric Purple

📋 copy color: '#B225FE'

red 178 ◦ green 37 ◦ blue 254

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

Shades of Electric Purple #B225FE

Tints of Electric Purple #B225FE

RGB

 RED value IS 178 (69.92% from 255) = 37.95%

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

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

R = 37.95%
G = 7.89%
B = 54.16%

CMYK

 C value IS 0.30

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B225FE (or 0xB225FE) is known color: Electric Purple. HEX triplet: B2, 25 and FE. RGB value is (178,37,254). Sum of RGB (Red+Green+Blue) = 178+37+254=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 37 (14.84% from 255 or 7.89% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #B225FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B225FE is #4DDA01. Grayscale: #676767. Windows color (decimal): -5102082 or 16655794. OLE color: 16655794.

HSL color Cylindrical-coordinate representation of color #B225FE: hue angle of 278.99º 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 #B225FE is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 37 254 -
CMYK 0.30 0.85 0 0.00
HSL 278.99º 0.99% 0.57% -
HSV(B) 278.99º 0.85% 1% -
XYZ 36.91 17.94 95.28 -
YUV 103.9 212.71 180.86 -
System Red Green Blue C M Y K H S L
Decimal 178 37 254 0.30 0.85 0 0.00 278.99 0.99 0.57
Hex B2 25 FE 1E 55 0 0 117 63 39
Octal 262 45 376 36 125 0 0 427 143 71
Binary 10110010 100101 11111110 11110 1010101 0 0 100010111 1100011 111001

Color Harmonies of #B225FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B225FE

Black with #B225FE

Text Example


Text Example

White with #B225FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B225FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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