Html Css Color HEX #BB26F1 Electric Purple

📋 copy color: '#BB26F1'

red 187 ◦ green 38 ◦ blue 241

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

Shades of Electric Purple #BB26F1

Tints of Electric Purple #BB26F1

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.15%

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

R = 40.13%
G = 8.15%
B = 51.72%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BB26F1 (or 0xBB26F1) is known color: Electric Purple. HEX triplet: BB, 26 and F1. RGB value is (187,38,241). Sum of RGB (Red+Green+Blue) = 187+38+241=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 38 (15.23% from 255 or 8.15% from 466); Blue value is 241 (94.53% from 255 or 51.72% from 466); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB26F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB26F1 is #44D90E. Grayscale: #696969. Windows color (decimal): -4512015 or 15804091. OLE color: 15804091.

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

Color convert

RGB 187 38 241 -
CMYK 0.22 0.84 0 0.05
HSL 284.04º 0.88% 0.55% -
HSV(B) 284.04º 0.84% 0.95% -
XYZ 37.06 18.3 84.8 -
YUV 105.69 204.36 185.99 -
System Red Green Blue C M Y K H S L
Decimal 187 38 241 0.22 0.84 0 0.05 284.04 0.88 0.55
Hex BB 26 F1 16 54 0 5 11C 58 37
Octal 273 46 361 26 124 0 5 434 130 67
Binary 10111011 100110 11110001 10110 1010100 0 101 100011100 1011000 110111

Color Harmonies of #BB26F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB26F1

Black with #BB26F1

Text Example


Text Example

White with #BB26F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB26F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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