Html Css Color HEX #BB1AFB Electric Purple

📋 copy color: '#BB1AFB'

red 187 ◦ green 26 ◦ blue 251

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

Shades of Electric Purple #BB1AFB

Tints of Electric Purple #BB1AFB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.6%

 BLUE value IS 251 (98.44% from 255) = 54.09%

R = 40.3%
G = 5.6%
B = 54.09%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB1AFB (or 0xBB1AFB) is known color: Electric Purple. HEX triplet: BB, 1A and FB. RGB value is (187,26,251). Sum of RGB (Red+Green+Blue) = 187+26+251=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 26 (10.55% from 255 or 5.60% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB1AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1AFB is #44E504. Grayscale: #636363. Windows color (decimal): -4515077 or 16456379. OLE color: 16456379.

HSL color Cylindrical-coordinate representation of color #BB1AFB: hue angle of 282.93º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB1AFB is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 26 251 -
CMYK 0.25 0.90 0 0.02
HSL 282.93º 0.97% 0.54% -
HSV(B) 282.93º 0.9% 0.98% -
XYZ 38.28 18.27 92.78 -
YUV 99.79 213.34 190.2 -
System Red Green Blue C M Y K H S L
Decimal 187 26 251 0.25 0.90 0 0.02 282.93 0.97 0.54
Hex BB 1A FB 19 5A 0 2 11B 61 36
Octal 273 32 373 31 132 0 2 433 141 66
Binary 10111011 11010 11111011 11001 1011010 0 10 100011011 1100001 110110

Color Harmonies of #BB1AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1AFB

Black with #BB1AFB

Text Example


Text Example

White with #BB1AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1AFB; }

 p { color: rgb(187,26,251); }

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

background-color css

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

 a { background-color: rgb(187,26,251); }

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

border-color css

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

 span { border-color: rgb(187,26,251); }

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