Html Css Color HEX #BB26FC Electric Purple

📋 copy color: '#BB26FC'

red 187 ◦ green 38 ◦ blue 252

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

Shades of Electric Purple #BB26FC

Tints of Electric Purple #BB26FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.83%

R = 39.2%
G = 7.97%
B = 52.83%

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

#BB26FC (or 0xBB26FC) is known color: Electric Purple. HEX triplet: BB, 26 and FC. RGB value is (187,38,252). Sum of RGB (Red+Green+Blue) = 187+38+252=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 38 (15.23% from 255 or 7.97% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB26FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB26FC is #44D903. Grayscale: #6A6A6A. Windows color (decimal): -4512004 or 16524987. OLE color: 16524987.

HSL color Cylindrical-coordinate representation of color #BB26FC: hue angle of 281.78º degrees, saturation: 0.97, 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 #BB26FC is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 38 252 -
CMYK 0.26 0.85 0 0.01
HSL 281.78º 0.97% 0.57% -
HSV(B) 281.78º 0.85% 0.99% -
XYZ 38.76 18.98 93.72 -
YUV 106.95 209.86 185.1 -
System Red Green Blue C M Y K H S L
Decimal 187 38 252 0.26 0.85 0 0.01 281.78 0.97 0.57
Hex BB 26 FC 1A 55 0 1 11A 61 39
Octal 273 46 374 32 125 0 1 432 141 71
Binary 10111011 100110 11111100 11010 1010101 0 1 100011010 1100001 111001

Color Harmonies of #BB26FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB26FC

Black with #BB26FC

Text Example


Text Example

White with #BB26FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB26FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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