Html Css Color HEX #BB3FBA Fuchsia

📋 copy color: '#BB3FBA'

red 187 ◦ green 63 ◦ blue 186

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

Shades of Fuchsia #BB3FBA

Tints of Fuchsia #BB3FBA

RGB

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

 GREEN value IS 63 (25% from 255) = 14.45%

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

R = 42.89%
G = 14.45%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB3FBA (or 0xBB3FBA) is known color: Fuchsia. HEX triplet: BB, 3F and BA. RGB value is (187,63,186). Sum of RGB (Red+Green+Blue) = 187+63+186=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 63 (25% from 255 or 14.45% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3FBA is #44C045. Grayscale: #717171. Windows color (decimal): -4505670 or 12206011. OLE color: 12206011.

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

Color convert

RGB 187 63 186 -
CMYK 0 0.66 0.01 0.27
HSL 300.48º 0.5% 0.49% -
HSV(B) 300.48º 0.66% 0.73% -
XYZ 31.13 17.66 48.22 -
YUV 114.1 168.58 180 -
System Red Green Blue C M Y K H S L
Decimal 187 63 186 0 0.66 0.01 0.27 300.48 0.5 0.49
Hex BB 3F BA 0 42 1 1B 12C 32 31
Octal 273 77 272 0 102 1 33 454 62 61
Binary 10111011 111111 10111010 0 1000010 1 11011 100101100 110010 110001

Color Harmonies of #BB3FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3FBA

Black with #BB3FBA

Text Example


Text Example

White with #BB3FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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