Html Css Color HEX #BB33FD Electric Purple

📋 copy color: '#BB33FD'

red 187 ◦ green 51 ◦ blue 253

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

Shades of Electric Purple #BB33FD

Tints of Electric Purple #BB33FD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.39%

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

R = 38.09%
G = 10.39%
B = 51.53%

CMYK

 C value IS 0.26

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB33FD (or 0xBB33FD) is known color: Electric Purple. HEX triplet: BB, 33 and FD. RGB value is (187,51,253). Sum of RGB (Red+Green+Blue) = 187+51+253=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 51 (20.31% from 255 or 10.39% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB33FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB33FD is #44CC02. Grayscale: #727272. Windows color (decimal): -4508675 or 16593851. OLE color: 16593851.

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

Color convert

RGB 187 51 253 -
CMYK 0.26 0.80 0 0.01
HSL 280.4º 0.98% 0.6% -
HSV(B) 280.4º 0.8% 0.99% -
XYZ 39.41 20.02 94.72 -
YUV 114.69 206.06 179.57 -
System Red Green Blue C M Y K H S L
Decimal 187 51 253 0.26 0.80 0 0.01 280.4 0.98 0.6
Hex BB 33 FD 1A 50 0 1 118 62 3C
Octal 273 63 375 32 120 0 1 430 142 74
Binary 10111011 110011 11111101 11010 1010000 0 1 100011000 1100010 111100

Color Harmonies of #BB33FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB33FD

Black with #BB33FD

Text Example


Text Example

White with #BB33FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB33FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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