Html Css Color HEX #BB25F1 Electric Purple

📋 copy color: '#BB25F1'

red 187 ◦ green 37 ◦ blue 241

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

Shades of Electric Purple #BB25F1

Tints of Electric Purple #BB25F1

RGB

 RED value IS 187 (73.44% from 255) = 40.22%

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

 BLUE value IS 241 (94.53% from 255) = 51.83%

R = 40.22%
G = 7.96%
B = 51.83%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BB25F1 (or 0xBB25F1) is known color: Electric Purple. HEX triplet: BB, 25 and F1. RGB value is (187,37,241). Sum of RGB (Red+Green+Blue) = 187+37+241=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 37 (14.84% from 255 or 7.96% from 465); Blue value is 241 (94.53% from 255 or 51.83% from 465); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB25F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB25F1 is #44DA0E. Grayscale: #686868. Windows color (decimal): -4512271 or 15803835. OLE color: 15803835.

HSL color Cylindrical-coordinate representation of color #BB25F1: hue angle of 284.12º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB25F1 is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 37 241 -
CMYK 0.22 0.85 0 0.05
HSL 284.12º 0.88% 0.55% -
HSV(B) 284.12º 0.85% 0.95% -
XYZ 37.03 18.24 84.79 -
YUV 105.11 204.7 186.41 -
System Red Green Blue C M Y K H S L
Decimal 187 37 241 0.22 0.85 0 0.05 284.12 0.88 0.55
Hex BB 25 F1 16 55 0 5 11C 58 37
Octal 273 45 361 26 125 0 5 434 130 67
Binary 10111011 100101 11110001 10110 1010101 0 101 100011100 1011000 110111

Color Harmonies of #BB25F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB25F1

Black with #BB25F1

Text Example


Text Example

White with #BB25F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB25F1; }

 p { color: rgb(187,37,241); }

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

background-color css

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

 a { background-color: rgb(187,37,241); }

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

border-color css

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

 span { border-color: rgb(187,37,241); }

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