Html Css Color HEX #B125FF Electric Purple

📋 copy color: '#B125FF'

red 177 ◦ green 37 ◦ blue 255

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

Shades of Electric Purple #B125FF

Tints of Electric Purple #B125FF

RGB

 RED value IS 177 (69.53% from 255) = 37.74%

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

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

R = 37.74%
G = 7.89%
B = 54.37%

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

#B125FF (or 0xB125FF) is known color: Electric Purple. HEX triplet: B1, 25 and FF. RGB value is (177,37,255). Sum of RGB (Red+Green+Blue) = 177+37+255=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 37 (14.84% from 255 or 7.89% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #B125FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B125FF is #4EDA00. Grayscale: #666666. Windows color (decimal): -5167617 or 16721329. OLE color: 16721329.

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

Color convert

RGB 177 37 255 -
CMYK 0.31 0.85 0 0
HSL 278.53º 1% 0.57% -
HSV(B) 278.53º 0.85% 1% -
XYZ 36.84 17.89 96.12 -
YUV 103.71 213.38 180.27 -
System Red Green Blue C M Y K H S L
Decimal 177 37 255 0.31 0.85 0 0 278.53 1 0.57
Hex B1 25 FF 1F 55 0 0 117 64 39
Octal 261 45 377 37 125 0 0 427 144 71
Binary 10110001 100101 11111111 11111 1010101 0 0 100010111 1100100 111001

Color Harmonies of #B125FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B125FF

Black with #B125FF

Text Example


Text Example

White with #B125FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B125FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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