Html Css Color HEX #BB37AF Fuchsia

📋 copy color: '#BB37AF'

red 187 ◦ green 55 ◦ blue 175

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

Shades of Fuchsia #BB37AF

Tints of Fuchsia #BB37AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.97%

R = 44.84%
G = 13.19%
B = 41.97%

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

#BB37AF (or 0xBB37AF) is known color: Fuchsia. HEX triplet: BB, 37 and AF. RGB value is (187,55,175). Sum of RGB (Red+Green+Blue) = 187+55+175=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 55 (21.88% from 255 or 13.19% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB37AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB37AF is #44C850. Grayscale: #6B6B6B. Windows color (decimal): -4507729 or 11483067. OLE color: 11483067.

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

Color convert

RGB 187 55 175 -
CMYK 0 0.71 0.06 0.27
HSL 305.45º 0.55% 0.47% -
HSV(B) 305.45º 0.71% 0.73% -
XYZ 29.6 16.39 42.16 -
YUV 108.15 165.73 184.24 -
System Red Green Blue C M Y K H S L
Decimal 187 55 175 0 0.71 0.06 0.27 305.45 0.55 0.47
Hex BB 37 AF 0 47 6 1B 131 37 2F
Octal 273 67 257 0 107 6 33 461 67 57
Binary 10111011 110111 10101111 0 1000111 110 11011 100110001 110111 101111

Color Harmonies of #BB37AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB37AF

Black with #BB37AF

Text Example


Text Example

White with #BB37AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB37AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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