Html Css Color HEX #BB1DFB Electric Purple

📋 copy color: '#BB1DFB'

red 187 ◦ green 29 ◦ blue 251

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

Shades of Electric Purple #BB1DFB

Tints of Electric Purple #BB1DFB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.21%

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

R = 40.04%
G = 6.21%
B = 53.75%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB1DFB (or 0xBB1DFB) is known color: Electric Purple. HEX triplet: BB, 1D and FB. RGB value is (187,29,251). Sum of RGB (Red+Green+Blue) = 187+29+251=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 29 (11.72% from 255 or 6.21% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB1DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1DFB is #44E204. Grayscale: #646464. Windows color (decimal): -4514309 or 16457147. OLE color: 16457147.

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

Color convert

RGB 187 29 251 -
CMYK 0.25 0.88 0 0.02
HSL 282.7º 0.97% 0.55% -
HSV(B) 282.7º 0.88% 0.98% -
XYZ 38.35 18.41 92.8 -
YUV 101.55 212.35 188.95 -
System Red Green Blue C M Y K H S L
Decimal 187 29 251 0.25 0.88 0 0.02 282.7 0.97 0.55
Hex BB 1D FB 19 58 0 2 11B 61 37
Octal 273 35 373 31 130 0 2 433 141 67
Binary 10111011 11101 11111011 11001 1011000 0 10 100011011 1100001 110111

Color Harmonies of #BB1DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1DFB

Black with #BB1DFB

Text Example


Text Example

White with #BB1DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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