Html Css Color HEX #BB3CB0 Fuchsia

📋 copy color: '#BB3CB0'

red 187 ◦ green 60 ◦ blue 176

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

Shades of Fuchsia #BB3CB0

Tints of Fuchsia #BB3CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 41.61%

R = 44.21%
G = 14.18%
B = 41.61%

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

#BB3CB0 (or 0xBB3CB0) is known color: Fuchsia. HEX triplet: BB, 3C and B0. RGB value is (187,60,176). Sum of RGB (Red+Green+Blue) = 187+60+176=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 60 (23.83% from 255 or 14.18% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3CB0 is #44C34F. Grayscale: #6E6E6E. Windows color (decimal): -4506448 or 11549883. OLE color: 11549883.

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

Color convert

RGB 187 60 176 -
CMYK 0 0.68 0.06 0.27
HSL 305.2º 0.51% 0.48% -
HSV(B) 305.2º 0.68% 0.73% -
XYZ 29.95 16.93 42.76 -
YUV 111.2 164.58 182.07 -
System Red Green Blue C M Y K H S L
Decimal 187 60 176 0 0.68 0.06 0.27 305.2 0.51 0.48
Hex BB 3C B0 0 44 6 1B 131 33 30
Octal 273 74 260 0 104 6 33 461 63 60
Binary 10111011 111100 10110000 0 1000100 110 11011 100110001 110011 110000

Color Harmonies of #BB3CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3CB0

Black with #BB3CB0

Text Example


Text Example

White with #BB3CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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