Html Css Color HEX #BB26FF Electric Purple

📋 copy color: '#BB26FF'

red 187 ◦ green 38 ◦ blue 255

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

Shades of Electric Purple #BB26FF

Tints of Electric Purple #BB26FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.13%

R = 38.96%
G = 7.92%
B = 53.13%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB26FF (or 0xBB26FF) is known color: Electric Purple. HEX triplet: BB, 26 and FF. RGB value is (187,38,255). Sum of RGB (Red+Green+Blue) = 187+38+255=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 38 (15.23% from 255 or 7.92% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB26FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB26FF is #44D900. Grayscale: #6A6A6A. Windows color (decimal): -4512001 or 16721595. OLE color: 16721595.

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

Color convert

RGB 187 38 255 -
CMYK 0.27 0.85 0 0
HSL 281.2º 1% 0.57% -
HSV(B) 281.2º 0.85% 1% -
XYZ 39.24 19.17 96.24 -
YUV 107.29 211.36 184.86 -
System Red Green Blue C M Y K H S L
Decimal 187 38 255 0.27 0.85 0 0 281.2 1 0.57
Hex BB 26 FF 1B 55 0 0 119 64 39
Octal 273 46 377 33 125 0 0 431 144 71
Binary 10111011 100110 11111111 11011 1010101 0 0 100011001 1100100 111001

Color Harmonies of #BB26FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB26FF

Black with #BB26FF

Text Example


Text Example

White with #BB26FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB26FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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