Html Css Color HEX #BB37BE Fuchsia

📋 copy color: '#BB37BE'

red 187 ◦ green 55 ◦ blue 190

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

Shades of Fuchsia #BB37BE

Tints of Fuchsia #BB37BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.98%

R = 43.29%
G = 12.73%
B = 43.98%

CMYK

 C value IS 0.02

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB37BE (or 0xBB37BE) is known color: Fuchsia. HEX triplet: BB, 37 and BE. RGB value is (187,55,190). Sum of RGB (Red+Green+Blue) = 187+55+190=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 55 (21.88% from 255 or 12.73% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB37BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB37BE is #44C841. Grayscale: #6D6D6D. Windows color (decimal): -4507714 or 12466107. OLE color: 12466107.

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

Color convert

RGB 187 55 190 -
CMYK 0.02 0.71 0 0.25
HSL 298.67º 0.55% 0.48% -
HSV(B) 298.67º 0.71% 0.75% -
XYZ 31.15 17.01 50.36 -
YUV 109.86 173.23 183.02 -
System Red Green Blue C M Y K H S L
Decimal 187 55 190 0.02 0.71 0 0.25 298.67 0.55 0.48
Hex BB 37 BE 2 47 0 19 12B 37 30
Octal 273 67 276 2 107 0 31 453 67 60
Binary 10111011 110111 10111110 10 1000111 0 11001 100101011 110111 110000

Color Harmonies of #BB37BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB37BE

Black with #BB37BE

Text Example


Text Example

White with #BB37BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB37BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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