Html Css Color HEX #B025FF Electric Purple

📋 copy color: '#B025FF'

red 176 ◦ green 37 ◦ blue 255

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

Shades of Electric Purple #B025FF

Tints of Electric Purple #B025FF

RGB

 RED value IS 176 (69.14% from 255) = 37.61%

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

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

R = 37.61%
G = 7.91%
B = 54.49%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B025FF (or 0xB025FF) is known color: Electric Purple. HEX triplet: B0, 25 and FF. RGB value is (176,37,255). Sum of RGB (Red+Green+Blue) = 176+37+255=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 37 (14.84% from 255 or 7.91% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #B025FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B025FF is #4FDA00. Grayscale: #666666. Windows color (decimal): -5233153 or 16721328. OLE color: 16721328.

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

Color convert

RGB 176 37 255 -
CMYK 0.31 0.85 0 0
HSL 278.26º 1% 0.57% -
HSV(B) 278.26º 0.85% 1% -
XYZ 36.62 17.77 96.11 -
YUV 103.41 213.55 179.77 -
System Red Green Blue C M Y K H S L
Decimal 176 37 255 0.31 0.85 0 0 278.26 1 0.57
Hex B0 25 FF 1F 55 0 0 116 64 39
Octal 260 45 377 37 125 0 0 426 144 71
Binary 10110000 100101 11111111 11111 1010101 0 0 100010110 1100100 111001

Color Harmonies of #B025FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B025FF

Black with #B025FF

Text Example


Text Example

White with #B025FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B025FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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