Html Css Color HEX #BB5DB1 Fuchsia

📋 copy color: '#BB5DB1'

red 187 ◦ green 93 ◦ blue 177

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

Shades of Fuchsia #BB5DB1

Tints of Fuchsia #BB5DB1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.35%

 BLUE value IS 177 (69.53% from 255) = 38.73%

R = 40.92%
G = 20.35%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB5DB1 (or 0xBB5DB1) is known color: Fuchsia. HEX triplet: BB, 5D and B1. RGB value is (187,93,177). Sum of RGB (Red+Green+Blue) = 187+93+177=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 177 (69.53% from 255 or 38.73% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5DB1 is #44A24E. Grayscale: #828282. Windows color (decimal): -4497999 or 11623867. OLE color: 11623867.

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

Color convert

RGB 187 93 177 -
CMYK 0 0.50 0.05 0.27
HSL 306.38º 0.41% 0.55% -
HSV(B) 306.38º 0.5% 0.73% -
XYZ 32.34 21.57 44.05 -
YUV 130.68 154.14 168.17 -
System Red Green Blue C M Y K H S L
Decimal 187 93 177 0 0.50 0.05 0.27 306.38 0.41 0.55
Hex BB 5D B1 0 32 5 1B 132 29 37
Octal 273 135 261 0 62 5 33 462 51 67
Binary 10111011 1011101 10110001 0 110010 101 11011 100110010 101001 110111

Color Harmonies of #BB5DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5DB1

Black with #BB5DB1

Text Example


Text Example

White with #BB5DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5DB1; }

 p { color: rgb(187,93,177); }

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

background-color css

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

 a { background-color: rgb(187,93,177); }

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

border-color css

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

 span { border-color: rgb(187,93,177); }

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