Html Css Color HEX #BB3BAF Fuchsia

📋 copy color: '#BB3BAF'

red 187 ◦ green 59 ◦ blue 175

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

Shades of Fuchsia #BB3BAF

Tints of Fuchsia #BB3BAF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.01%

 BLUE value IS 175 (68.75% from 255) = 41.57%

R = 44.42%
G = 14.01%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BB3BAF (or 0xBB3BAF) is known color: Fuchsia. HEX triplet: BB, 3B and AF. RGB value is (187,59,175). Sum of RGB (Red+Green+Blue) = 187+59+175=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 59 (23.44% from 255 or 14.01% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3BAF is #44C450. Grayscale: #6E6E6E. Windows color (decimal): -4506705 or 11484091. OLE color: 11484091.

HSL color Cylindrical-coordinate representation of color #BB3BAF: hue angle of 305.62º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB3BAF is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 59 175 -
CMYK 0 0.68 0.06 0.27
HSL 305.63º 0.52% 0.48% -
HSV(B) 305.63º 0.68% 0.73% -
XYZ 29.8 16.79 42.23 -
YUV 110.5 164.41 182.57 -
System Red Green Blue C M Y K H S L
Decimal 187 59 175 0 0.68 0.06 0.27 305.63 0.52 0.48
Hex BB 3B AF 0 44 6 1B 132 34 30
Octal 273 73 257 0 104 6 33 462 64 60
Binary 10111011 111011 10101111 0 1000100 110 11011 100110010 110100 110000

Color Harmonies of #BB3BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3BAF

Black with #BB3BAF

Text Example


Text Example

White with #BB3BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3BAF; }

 p { color: rgb(187,59,175); }

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

background-color css

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

 a { background-color: rgb(187,59,175); }

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

border-color css

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

 span { border-color: rgb(187,59,175); }

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