Html Css Color HEX #BB2DFF Electric Purple

📋 copy color: '#BB2DFF'

red 187 ◦ green 45 ◦ blue 255

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

Shades of Electric Purple #BB2DFF

Tints of Electric Purple #BB2DFF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.24%

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

R = 38.4%
G = 9.24%
B = 52.36%

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

#BB2DFF (or 0xBB2DFF) is known color: Electric Purple. HEX triplet: BB, 2D and FF. RGB value is (187,45,255). Sum of RGB (Red+Green+Blue) = 187+45+255=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 45 (17.97% from 255 or 9.24% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB2DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB2DFF is #44D200. Grayscale: #6E6E6E. Windows color (decimal): -4510209 or 16723387. OLE color: 16723387.

HSL color Cylindrical-coordinate representation of color #BB2DFF: hue angle of 280.57º 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 #BB2DFF is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 45 255 -
CMYK 0.27 0.82 0 0
HSL 280.57º 1% 0.59% -
HSV(B) 280.57º 0.82% 1% -
XYZ 39.48 19.66 96.32 -
YUV 111.4 209.04 181.92 -
System Red Green Blue C M Y K H S L
Decimal 187 45 255 0.27 0.82 0 0 280.57 1 0.59
Hex BB 2D FF 1B 52 0 0 119 64 3B
Octal 273 55 377 33 122 0 0 431 144 73
Binary 10111011 101101 11111111 11011 1010010 0 0 100011001 1100100 111011

Color Harmonies of #BB2DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2DFF

Black with #BB2DFF

Text Example


Text Example

White with #BB2DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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