Html Css Color HEX #B425FF Electric Purple

📋 copy color: '#B425FF'

red 180 ◦ green 37 ◦ blue 255

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

Shades of Electric Purple #B425FF

Tints of Electric Purple #B425FF

RGB

 RED value IS 180 (70.7% from 255) = 38.14%

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

 BLUE value IS 255 (100% from 255) = 54.03%

R = 38.14%
G = 7.84%
B = 54.03%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B425FF (or 0xB425FF) is known color: Electric Purple. HEX triplet: B4, 25 and FF. RGB value is (180,37,255). Sum of RGB (Red+Green+Blue) = 180+37+255=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 37 (14.84% from 255 or 7.84% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #B425FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B425FF is #4BDA00. Grayscale: #676767. Windows color (decimal): -4971009 or 16721332. OLE color: 16721332.

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

Color convert

RGB 180 37 255 -
CMYK 0.29 0.85 0 0
HSL 279.36º 1% 0.57% -
HSV(B) 279.36º 0.85% 1% -
XYZ 37.53 18.25 96.15 -
YUV 104.61 212.88 181.77 -
System Red Green Blue C M Y K H S L
Decimal 180 37 255 0.29 0.85 0 0 279.36 1 0.57
Hex B4 25 FF 1D 55 0 0 117 64 39
Octal 264 45 377 35 125 0 0 427 144 71
Binary 10110100 100101 11111111 11101 1010101 0 0 100010111 1100100 111001

Color Harmonies of #B425FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B425FF

Black with #B425FF

Text Example


Text Example

White with #B425FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B425FF; }

 p { color: rgb(180,37,255); }

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

background-color css

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

 a { background-color: rgb(180,37,255); }

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

border-color css

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

 span { border-color: rgb(180,37,255); }

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