Html Css Color HEX #BB3BC0 Fuchsia

📋 copy color: '#BB3BC0'

red 187 ◦ green 59 ◦ blue 192

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

Shades of Fuchsia #BB3BC0

Tints of Fuchsia #BB3BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.84%

R = 42.69%
G = 13.47%
B = 43.84%

CMYK

 C value IS 0.03

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB3BC0 (or 0xBB3BC0) is known color: Fuchsia. HEX triplet: BB, 3B and C0. RGB value is (187,59,192). Sum of RGB (Red+Green+Blue) = 187+59+192=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 59 (23.44% from 255 or 13.47% from 438); Blue value is 192 (75.39% from 255 or 43.84% from 438); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB3BC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3BC0 is #44C43F. Grayscale: #707070. Windows color (decimal): -4506688 or 12598203. OLE color: 12598203.

HSL color Cylindrical-coordinate representation of color #BB3BC0: hue angle of 297.74º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB3BC0 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 59 192 -
CMYK 0.03 0.69 0 0.25
HSL 297.74º 0.53% 0.49% -
HSV(B) 297.74º 0.69% 0.75% -
XYZ 31.57 17.5 51.58 -
YUV 112.43 172.91 181.19 -
System Red Green Blue C M Y K H S L
Decimal 187 59 192 0.03 0.69 0 0.25 297.74 0.53 0.49
Hex BB 3B C0 3 45 0 19 12A 35 31
Octal 273 73 300 3 105 0 31 452 65 61
Binary 10111011 111011 11000000 11 1000101 0 11001 100101010 110101 110001

Color Harmonies of #BB3BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3BC0

Black with #BB3BC0

Text Example


Text Example

White with #BB3BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3BC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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