Html Css Color HEX #BB5BAD Fuchsia

📋 copy color: '#BB5BAD'

red 187 ◦ green 91 ◦ blue 173

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

Shades of Fuchsia #BB5BAD

Tints of Fuchsia #BB5BAD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.18%

 BLUE value IS 173 (67.97% from 255) = 38.36%

R = 41.46%
G = 20.18%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BB5BAD (or 0xBB5BAD) is known color: Fuchsia. HEX triplet: BB, 5B and AD. RGB value is (187,91,173). Sum of RGB (Red+Green+Blue) = 187+91+173=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 91 (35.94% from 255 or 20.18% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5BAD is #44A452. Grayscale: #808080. Windows color (decimal): -4498515 or 11361211. OLE color: 11361211.

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

Color convert

RGB 187 91 173 -
CMYK 0 0.51 0.07 0.27
HSL 308.75º 0.41% 0.55% -
HSV(B) 308.75º 0.51% 0.73% -
XYZ 31.78 21.06 41.93 -
YUV 129.05 152.8 169.33 -
System Red Green Blue C M Y K H S L
Decimal 187 91 173 0 0.51 0.07 0.27 308.75 0.41 0.55
Hex BB 5B AD 0 33 7 1B 135 29 37
Octal 273 133 255 0 63 7 33 465 51 67
Binary 10111011 1011011 10101101 0 110011 111 11011 100110101 101001 110111

Color Harmonies of #BB5BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5BAD

Black with #BB5BAD

Text Example


Text Example

White with #BB5BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5BAD; }

 p { color: rgb(187,91,173); }

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

background-color css

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

 a { background-color: rgb(187,91,173); }

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

border-color css

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

 span { border-color: rgb(187,91,173); }

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