Html Css Color HEX #BB26FA Electric Purple

📋 copy color: '#BB26FA'

red 187 ◦ green 38 ◦ blue 250

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

Shades of Electric Purple #BB26FA

Tints of Electric Purple #BB26FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.63%

R = 39.37%
G = 8%
B = 52.63%

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

#BB26FA (or 0xBB26FA) is known color: Electric Purple. HEX triplet: BB, 26 and FA. RGB value is (187,38,250). Sum of RGB (Red+Green+Blue) = 187+38+250=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 38 (15.23% from 255 or 8% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB26FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB26FA is #44D905. Grayscale: #6A6A6A. Windows color (decimal): -4512006 or 16393915. OLE color: 16393915.

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

Color convert

RGB 187 38 250 -
CMYK 0.25 0.85 0 0.02
HSL 282.17º 0.95% 0.56% -
HSV(B) 282.17º 0.85% 0.98% -
XYZ 38.44 18.85 92.06 -
YUV 106.72 208.86 185.26 -
System Red Green Blue C M Y K H S L
Decimal 187 38 250 0.25 0.85 0 0.02 282.17 0.95 0.56
Hex BB 26 FA 19 55 0 2 11A 5F 38
Octal 273 46 372 31 125 0 2 432 137 70
Binary 10111011 100110 11111010 11001 1010101 0 10 100011010 1011111 111000

Color Harmonies of #BB26FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB26FA

Black with #BB26FA

Text Example


Text Example

White with #BB26FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB26FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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