Html Css Color HEX #BB33BF Fuchsia

📋 copy color: '#BB33BF'

red 187 ◦ green 51 ◦ blue 191

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

Shades of Fuchsia #BB33BF

Tints of Fuchsia #BB33BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.52%

R = 43.59%
G = 11.89%
B = 44.52%

CMYK

 C value IS 0.02

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB33BF (or 0xBB33BF) is known color: Fuchsia. HEX triplet: BB, 33 and BF. RGB value is (187,51,191). Sum of RGB (Red+Green+Blue) = 187+51+191=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 51 (20.31% from 255 or 11.89% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB33BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB33BF is #44CC40. Grayscale: #6B6B6B. Windows color (decimal): -4508737 or 12530619. OLE color: 12530619.

HSL color Cylindrical-coordinate representation of color #BB33BF: hue angle of 298.29º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB33BF is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 51 191 -
CMYK 0.02 0.73 0 0.25
HSL 298.29º 0.58% 0.47% -
HSV(B) 298.29º 0.73% 0.75% -
XYZ 31.08 16.69 50.87 -
YUV 107.62 175.06 184.62 -
System Red Green Blue C M Y K H S L
Decimal 187 51 191 0.02 0.73 0 0.25 298.29 0.58 0.47
Hex BB 33 BF 2 49 0 19 12A 3A 2F
Octal 273 63 277 2 111 0 31 452 72 57
Binary 10111011 110011 10111111 10 1001001 0 11001 100101010 111010 101111

Color Harmonies of #BB33BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB33BF

Black with #BB33BF

Text Example


Text Example

White with #BB33BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB33BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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