Html Css Color HEX #BB33BA Fuchsia

📋 copy color: '#BB33BA'

red 187 ◦ green 51 ◦ blue 186

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

Shades of Fuchsia #BB33BA

Tints of Fuchsia #BB33BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.87%

R = 44.1%
G = 12.03%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB33BA (or 0xBB33BA) is known color: Fuchsia. HEX triplet: BB, 33 and BA. RGB value is (187,51,186). Sum of RGB (Red+Green+Blue) = 187+51+186=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 51 (20.31% from 255 or 12.03% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB33BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB33BA is #44CC45. Grayscale: #6A6A6A. Windows color (decimal): -4508742 or 12202939. OLE color: 12202939.

HSL color Cylindrical-coordinate representation of color #BB33BA: hue angle of 300.44º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB33BA is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 51 186 -
CMYK 0 0.73 0.01 0.27
HSL 300.44º 0.57% 0.47% -
HSV(B) 300.44º 0.73% 0.73% -
XYZ 30.54 16.48 48.03 -
YUV 107.05 172.56 185.02 -
System Red Green Blue C M Y K H S L
Decimal 187 51 186 0 0.73 0.01 0.27 300.44 0.57 0.47
Hex BB 33 BA 0 49 1 1B 12C 39 2F
Octal 273 63 272 0 111 1 33 454 71 57
Binary 10111011 110011 10111010 0 1001001 1 11011 100101100 111001 101111

Color Harmonies of #BB33BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB33BA

Black with #BB33BA

Text Example


Text Example

White with #BB33BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB33BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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