Html Css Color HEX #BB26F8 Electric Purple

📋 copy color: '#BB26F8'

red 187 ◦ green 38 ◦ blue 248

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

Shades of Electric Purple #BB26F8

Tints of Electric Purple #BB26F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 52.43%

R = 39.53%
G = 8.03%
B = 52.43%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BB26F8 (or 0xBB26F8) is known color: Electric Purple. HEX triplet: BB, 26 and F8. RGB value is (187,38,248). Sum of RGB (Red+Green+Blue) = 187+38+248=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 38 (15.23% from 255 or 8.03% from 473); Blue value is 248 (97.27% from 255 or 52.43% from 473); Max value from RGB is 248 - color contains mainly: blue. Hex color #BB26F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB26F8 is #44D907. Grayscale: #696969. Windows color (decimal): -4512008 or 16262843. OLE color: 16262843.

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

Color convert

RGB 187 38 248 -
CMYK 0.25 0.85 0 0.03
HSL 282.57º 0.94% 0.56% -
HSV(B) 282.57º 0.85% 0.97% -
XYZ 38.13 18.73 90.41 -
YUV 106.49 207.86 185.42 -
System Red Green Blue C M Y K H S L
Decimal 187 38 248 0.25 0.85 0 0.03 282.57 0.94 0.56
Hex BB 26 F8 19 55 0 3 11B 5E 38
Octal 273 46 370 31 125 0 3 433 136 70
Binary 10111011 100110 11111000 11001 1010101 0 11 100011011 1011110 111000

Color Harmonies of #BB26F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB26F8

Black with #BB26F8

Text Example


Text Example

White with #BB26F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB26F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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