Html Css Color HEX #BB2FFF Electric Purple

📋 copy color: '#BB2FFF'

red 187 ◦ green 47 ◦ blue 255

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

Shades of Electric Purple #BB2FFF

Tints of Electric Purple #BB2FFF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.61%

 BLUE value IS 255 (100% from 255) = 52.15%

R = 38.24%
G = 9.61%
B = 52.15%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB2FFF (or 0xBB2FFF) is known color: Electric Purple. HEX triplet: BB, 2F and FF. RGB value is (187,47,255). Sum of RGB (Red+Green+Blue) = 187+47+255=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 47 (18.75% from 255 or 9.61% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB2FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB2FFF is #44D000. Grayscale: #6F6F6F. Windows color (decimal): -4509697 or 16723899. OLE color: 16723899.

HSL color Cylindrical-coordinate representation of color #BB2FFF: hue angle of 280.38º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB2FFF is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 47 255 -
CMYK 0.27 0.82 0 0
HSL 280.38º 1% 0.59% -
HSV(B) 280.38º 0.82% 1% -
XYZ 39.56 19.82 96.35 -
YUV 112.57 208.38 181.09 -
System Red Green Blue C M Y K H S L
Decimal 187 47 255 0.27 0.82 0 0 280.38 1 0.59
Hex BB 2F FF 1B 52 0 0 118 64 3B
Octal 273 57 377 33 122 0 0 430 144 73
Binary 10111011 101111 11111111 11011 1010010 0 0 100011000 1100100 111011

Color Harmonies of #BB2FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2FFF

Black with #BB2FFF

Text Example


Text Example

White with #BB2FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2FFF; }

 p { color: rgb(187,47,255); }

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

background-color css

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

 a { background-color: rgb(187,47,255); }

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

border-color css

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

 span { border-color: rgb(187,47,255); }

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