Html Css Color HEX #BB37B0 Fuchsia

📋 copy color: '#BB37B0'

red 187 ◦ green 55 ◦ blue 176

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

Shades of Fuchsia #BB37B0

Tints of Fuchsia #BB37B0

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.16%

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

R = 44.74%
G = 13.16%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BB37B0 (or 0xBB37B0) is known color: Fuchsia. HEX triplet: BB, 37 and B0. RGB value is (187,55,176). Sum of RGB (Red+Green+Blue) = 187+55+176=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 55 (21.88% from 255 or 13.16% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB37B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB37B0 is #44C84F. Grayscale: #6B6B6B. Windows color (decimal): -4507728 or 11548603. OLE color: 11548603.

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

Color convert

RGB 187 55 176 -
CMYK 0 0.71 0.06 0.27
HSL 305º 0.55% 0.47% -
HSV(B) 305º 0.71% 0.73% -
XYZ 29.7 16.43 42.68 -
YUV 108.26 166.23 184.16 -
System Red Green Blue C M Y K H S L
Decimal 187 55 176 0 0.71 0.06 0.27 305 0.55 0.47
Hex BB 37 B0 0 47 6 1B 131 37 2F
Octal 273 67 260 0 107 6 33 461 67 57
Binary 10111011 110111 10110000 0 1000111 110 11011 100110001 110111 101111

Color Harmonies of #BB37B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB37B0

Black with #BB37B0

Text Example


Text Example

White with #BB37B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB37B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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