Html Css Color HEX #BB26FD Electric Purple

📋 copy color: '#BB26FD'

red 187 ◦ green 38 ◦ blue 253

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

Shades of Electric Purple #BB26FD

Tints of Electric Purple #BB26FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.93%

R = 39.12%
G = 7.95%
B = 52.93%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB26FD (or 0xBB26FD) is known color: Electric Purple. HEX triplet: BB, 26 and FD. RGB value is (187,38,253). Sum of RGB (Red+Green+Blue) = 187+38+253=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 38 (15.23% from 255 or 7.95% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB26FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB26FD is #44D902. Grayscale: #6A6A6A. Windows color (decimal): -4512003 or 16590523. OLE color: 16590523.

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

Color convert

RGB 187 38 253 -
CMYK 0.26 0.85 0 0.01
HSL 281.58º 0.98% 0.57% -
HSV(B) 281.58º 0.85% 0.99% -
XYZ 38.92 19.04 94.55 -
YUV 107.06 210.36 185.02 -
System Red Green Blue C M Y K H S L
Decimal 187 38 253 0.26 0.85 0 0.01 281.58 0.98 0.57
Hex BB 26 FD 1A 55 0 1 11A 62 39
Octal 273 46 375 32 125 0 1 432 142 71
Binary 10111011 100110 11111101 11010 1010101 0 1 100011010 1100010 111001

Color Harmonies of #BB26FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB26FD

Black with #BB26FD

Text Example


Text Example

White with #BB26FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB26FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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