Html Css Color HEX #BB2DFD Electric Purple

📋 copy color: '#BB2DFD'

red 187 ◦ green 45 ◦ blue 253

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

Shades of Electric Purple #BB2DFD

Tints of Electric Purple #BB2DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.16%

R = 38.56%
G = 9.28%
B = 52.16%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB2DFD (or 0xBB2DFD) is known color: Electric Purple. HEX triplet: BB, 2D and FD. RGB value is (187,45,253). Sum of RGB (Red+Green+Blue) = 187+45+253=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 45 (17.97% from 255 or 9.28% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB2DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB2DFD is #44D202. Grayscale: #6E6E6E. Windows color (decimal): -4510211 or 16592315. OLE color: 16592315.

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

Color convert

RGB 187 45 253 -
CMYK 0.26 0.82 0 0.01
HSL 280.96º 0.98% 0.58% -
HSV(B) 280.96º 0.82% 0.99% -
XYZ 39.16 19.53 94.63 -
YUV 111.17 208.04 182.09 -
System Red Green Blue C M Y K H S L
Decimal 187 45 253 0.26 0.82 0 0.01 280.96 0.98 0.58
Hex BB 2D FD 1A 52 0 1 119 62 3A
Octal 273 55 375 32 122 0 1 431 142 72
Binary 10111011 101101 11111101 11010 1010010 0 1 100011001 1100010 111010

Color Harmonies of #BB2DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2DFD

Black with #BB2DFD

Text Example


Text Example

White with #BB2DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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