Html Css Color HEX #BB26FB Electric Purple

📋 copy color: '#BB26FB'

red 187 ◦ green 38 ◦ blue 251

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

Shades of Electric Purple #BB26FB

Tints of Electric Purple #BB26FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.73%

R = 39.29%
G = 7.98%
B = 52.73%

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

#BB26FB (or 0xBB26FB) is known color: Electric Purple. HEX triplet: BB, 26 and FB. RGB value is (187,38,251). Sum of RGB (Red+Green+Blue) = 187+38+251=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 38 (15.23% from 255 or 7.98% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB26FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB26FB is #44D904. Grayscale: #6A6A6A. Windows color (decimal): -4512005 or 16459451. OLE color: 16459451.

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

Color convert

RGB 187 38 251 -
CMYK 0.25 0.85 0 0.02
HSL 281.97º 0.96% 0.57% -
HSV(B) 281.97º 0.85% 0.98% -
XYZ 38.6 18.92 92.88 -
YUV 106.83 209.36 185.18 -
System Red Green Blue C M Y K H S L
Decimal 187 38 251 0.25 0.85 0 0.02 281.97 0.96 0.57
Hex BB 26 FB 19 55 0 2 11A 60 39
Octal 273 46 373 31 125 0 2 432 140 71
Binary 10111011 100110 11111011 11001 1010101 0 10 100011010 1100000 111001

Color Harmonies of #BB26FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB26FB

Black with #BB26FB

Text Example


Text Example

White with #BB26FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB26FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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