Html Css Color HEX #BB37BD Fuchsia

📋 copy color: '#BB37BD'

red 187 ◦ green 55 ◦ blue 189

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

Shades of Fuchsia #BB37BD

Tints of Fuchsia #BB37BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.85%

R = 43.39%
G = 12.76%
B = 43.85%

CMYK

 C value IS 0.01

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB37BD (or 0xBB37BD) is known color: Fuchsia. HEX triplet: BB, 37 and BD. RGB value is (187,55,189). Sum of RGB (Red+Green+Blue) = 187+55+189=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 55 (21.88% from 255 or 12.76% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB37BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB37BD is #44C842. Grayscale: #6D6D6D. Windows color (decimal): -4507715 or 12400571. OLE color: 12400571.

HSL color Cylindrical-coordinate representation of color #BB37BD: hue angle of 299.1º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB37BD is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 55 189 -
CMYK 0.01 0.71 0 0.26
HSL 299.1º 0.55% 0.48% -
HSV(B) 299.1º 0.71% 0.74% -
XYZ 31.05 16.97 49.78 -
YUV 109.74 172.73 183.1 -
System Red Green Blue C M Y K H S L
Decimal 187 55 189 0.01 0.71 0 0.26 299.1 0.55 0.48
Hex BB 37 BD 1 47 0 1A 12B 37 30
Octal 273 67 275 1 107 0 32 453 67 60
Binary 10111011 110111 10111101 1 1000111 0 11010 100101011 110111 110000

Color Harmonies of #BB37BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB37BD

Black with #BB37BD

Text Example


Text Example

White with #BB37BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB37BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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