Html Css Color HEX #BB3CBA Fuchsia

📋 copy color: '#BB3CBA'

red 187 ◦ green 60 ◦ blue 186

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

Shades of Fuchsia #BB3CBA

Tints of Fuchsia #BB3CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.86%

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

R = 43.19%
G = 13.86%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB3CBA (or 0xBB3CBA) is known color: Fuchsia. HEX triplet: BB, 3C and BA. RGB value is (187,60,186). Sum of RGB (Red+Green+Blue) = 187+60+186=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 60 (23.83% from 255 or 13.86% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3CBA is #44C345. Grayscale: #6F6F6F. Windows color (decimal): -4506438 or 12205243. OLE color: 12205243.

HSL color Cylindrical-coordinate representation of color #BB3CBA: hue angle of 300.47º degrees, saturation: 0.51, 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 #BB3CBA is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 60 186 -
CMYK 0 0.68 0.01 0.27
HSL 300.47º 0.51% 0.48% -
HSV(B) 300.47º 0.68% 0.73% -
XYZ 30.97 17.34 48.17 -
YUV 112.34 169.58 181.25 -
System Red Green Blue C M Y K H S L
Decimal 187 60 186 0 0.68 0.01 0.27 300.47 0.51 0.48
Hex BB 3C BA 0 44 1 1B 12C 33 30
Octal 273 74 272 0 104 1 33 454 63 60
Binary 10111011 111100 10111010 0 1000100 1 11011 100101100 110011 110000

Color Harmonies of #BB3CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3CBA

Black with #BB3CBA

Text Example


Text Example

White with #BB3CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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