Html Css Color HEX #BB26F9 Electric Purple

📋 copy color: '#BB26F9'

red 187 ◦ green 38 ◦ blue 249

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

Shades of Electric Purple #BB26F9

Tints of Electric Purple #BB26F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 52.53%

R = 39.45%
G = 8.02%
B = 52.53%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB26F9 (or 0xBB26F9) is known color: Electric Purple. HEX triplet: BB, 26 and F9. RGB value is (187,38,249). Sum of RGB (Red+Green+Blue) = 187+38+249=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 38 (15.23% from 255 or 8.02% from 474); Blue value is 249 (97.66% from 255 or 52.53% from 474); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB26F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB26F9 is #44D906. Grayscale: #696969. Windows color (decimal): -4512007 or 16328379. OLE color: 16328379.

HSL color Cylindrical-coordinate representation of color #BB26F9: hue angle of 282.37º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB26F9 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 38 249 -
CMYK 0.25 0.85 0 0.02
HSL 282.37º 0.95% 0.56% -
HSV(B) 282.37º 0.85% 0.98% -
XYZ 38.29 18.79 91.23 -
YUV 106.61 208.36 185.34 -
System Red Green Blue C M Y K H S L
Decimal 187 38 249 0.25 0.85 0 0.02 282.37 0.95 0.56
Hex BB 26 F9 19 55 0 2 11A 5F 38
Octal 273 46 371 31 125 0 2 432 137 70
Binary 10111011 100110 11111001 11001 1010101 0 10 100011010 1011111 111000

Color Harmonies of #BB26F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB26F9

Black with #BB26F9

Text Example


Text Example

White with #BB26F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB26F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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