Html Css Color HEX #BB33FC Electric Purple

📋 copy color: '#BB33FC'

red 187 ◦ green 51 ◦ blue 252

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

Shades of Electric Purple #BB33FC

Tints of Electric Purple #BB33FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.43%

R = 38.16%
G = 10.41%
B = 51.43%

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

#BB33FC (or 0xBB33FC) is known color: Electric Purple. HEX triplet: BB, 33 and FC. RGB value is (187,51,252). Sum of RGB (Red+Green+Blue) = 187+51+252=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 51 (20.31% from 255 or 10.41% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB33FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB33FC is #44CC03. Grayscale: #717171. Windows color (decimal): -4508676 or 16528315. OLE color: 16528315.

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

Color convert

RGB 187 51 252 -
CMYK 0.26 0.80 0 0.01
HSL 280.6º 0.97% 0.59% -
HSV(B) 280.6º 0.8% 0.99% -
XYZ 39.25 19.96 93.88 -
YUV 114.58 205.56 179.66 -
System Red Green Blue C M Y K H S L
Decimal 187 51 252 0.26 0.80 0 0.01 280.6 0.97 0.59
Hex BB 33 FC 1A 50 0 1 119 61 3B
Octal 273 63 374 32 120 0 1 431 141 73
Binary 10111011 110011 11111100 11010 1010000 0 1 100011001 1100001 111011

Color Harmonies of #BB33FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB33FC

Black with #BB33FC

Text Example


Text Example

White with #BB33FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB33FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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