Html Css Color HEX #BB2CFB Electric Purple

📋 copy color: '#BB2CFB'

red 187 ◦ green 44 ◦ blue 251

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

Shades of Electric Purple #BB2CFB

Tints of Electric Purple #BB2CFB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.13%

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

R = 38.8%
G = 9.13%
B = 52.07%

CMYK

 C value IS 0.25

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB2CFB (or 0xBB2CFB) is known color: Electric Purple. HEX triplet: BB, 2C and FB. RGB value is (187,44,251). Sum of RGB (Red+Green+Blue) = 187+44+251=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 44 (17.58% from 255 or 9.13% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB2CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB2CFB is #44D304. Grayscale: #6D6D6D. Windows color (decimal): -4510469 or 16460987. OLE color: 16460987.

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

Color convert

RGB 187 44 251 -
CMYK 0.25 0.82 0 0.02
HSL 281.45º 0.96% 0.58% -
HSV(B) 281.45º 0.82% 0.98% -
XYZ 38.81 19.33 92.95 -
YUV 110.36 207.38 182.67 -
System Red Green Blue C M Y K H S L
Decimal 187 44 251 0.25 0.82 0 0.02 281.45 0.96 0.58
Hex BB 2C FB 19 52 0 2 119 60 3A
Octal 273 54 373 31 122 0 2 431 140 72
Binary 10111011 101100 11111011 11001 1010010 0 10 100011001 1100000 111010

Color Harmonies of #BB2CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2CFB

Black with #BB2CFB

Text Example


Text Example

White with #BB2CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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