Html Css Color HEX #BB2FBA Fuchsia

📋 copy color: '#BB2FBA'

red 187 ◦ green 47 ◦ blue 186

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

Shades of Fuchsia #BB2FBA

Tints of Fuchsia #BB2FBA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.19%

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

R = 44.52%
G = 11.19%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB2FBA (or 0xBB2FBA) is known color: Fuchsia. HEX triplet: BB, 2F and BA. RGB value is (187,47,186). Sum of RGB (Red+Green+Blue) = 187+47+186=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 47 (18.75% from 255 or 11.19% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2FBA is #44D045. Grayscale: #686868. Windows color (decimal): -4509766 or 12201915. OLE color: 12201915.

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

Color convert

RGB 187 47 186 -
CMYK 0 0.75 0.01 0.27
HSL 300.43º 0.6% 0.46% -
HSV(B) 300.43º 0.75% 0.73% -
XYZ 30.37 16.14 47.97 -
YUV 104.71 173.88 186.7 -
System Red Green Blue C M Y K H S L
Decimal 187 47 186 0 0.75 0.01 0.27 300.43 0.6 0.46
Hex BB 2F BA 0 4B 1 1B 12C 3C 2E
Octal 273 57 272 0 113 1 33 454 74 56
Binary 10111011 101111 10111010 0 1001011 1 11011 100101100 111100 101110

Color Harmonies of #BB2FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2FBA

Black with #BB2FBA

Text Example


Text Example

White with #BB2FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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