Html Css Color HEX #BB1CFB Electric Purple

📋 copy color: '#BB1CFB'

red 187 ◦ green 28 ◦ blue 251

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

Shades of Electric Purple #BB1CFB

Tints of Electric Purple #BB1CFB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.01%

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

R = 40.13%
G = 6.01%
B = 53.86%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB1CFB (or 0xBB1CFB) is known color: Electric Purple. HEX triplet: BB, 1C and FB. RGB value is (187,28,251). Sum of RGB (Red+Green+Blue) = 187+28+251=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 28 (11.33% from 255 or 6.01% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB1CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1CFB is #44E304. Grayscale: #646464. Windows color (decimal): -4514565 or 16456891. OLE color: 16456891.

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

Color convert

RGB 187 28 251 -
CMYK 0.25 0.89 0 0.02
HSL 282.78º 0.97% 0.55% -
HSV(B) 282.78º 0.89% 0.98% -
XYZ 38.32 18.36 92.79 -
YUV 100.96 212.68 189.37 -
System Red Green Blue C M Y K H S L
Decimal 187 28 251 0.25 0.89 0 0.02 282.78 0.97 0.55
Hex BB 1C FB 19 59 0 2 11B 61 37
Octal 273 34 373 31 131 0 2 433 141 67
Binary 10111011 11100 11111011 11001 1011001 0 10 100011011 1100001 110111

Color Harmonies of #BB1CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1CFB

Black with #BB1CFB

Text Example


Text Example

White with #BB1CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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