Html Css Color HEX #BB5AB5 Fuchsia

📋 copy color: '#BB5AB5'

red 187 ◦ green 90 ◦ blue 181

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

Shades of Fuchsia #BB5AB5

Tints of Fuchsia #BB5AB5

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.65%

 BLUE value IS 181 (71.09% from 255) = 39.52%

R = 40.83%
G = 19.65%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BB5AB5 (or 0xBB5AB5) is known color: Fuchsia. HEX triplet: BB, 5A and B5. RGB value is (187,90,181). Sum of RGB (Red+Green+Blue) = 187+90+181=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 181 (71.09% from 255 or 39.52% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5AB5 is #44A54A. Grayscale: #818181. Windows color (decimal): -4498763 or 11885243. OLE color: 11885243.

HSL color Cylindrical-coordinate representation of color #BB5AB5: hue angle of 303.71º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB5AB5 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 90 181 -
CMYK 0 0.52 0.03 0.27
HSL 303.71º 0.42% 0.54% -
HSV(B) 303.71º 0.52% 0.73% -
XYZ 32.49 21.21 46.1 -
YUV 129.38 157.14 169.1 -
System Red Green Blue C M Y K H S L
Decimal 187 90 181 0 0.52 0.03 0.27 303.71 0.42 0.54
Hex BB 5A B5 0 34 3 1B 130 2A 36
Octal 273 132 265 0 64 3 33 460 52 66
Binary 10111011 1011010 10110101 0 110100 11 11011 100110000 101010 110110

Color Harmonies of #BB5AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5AB5

Black with #BB5AB5

Text Example


Text Example

White with #BB5AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5AB5; }

 p { color: rgb(187,90,181); }

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

background-color css

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

 a { background-color: rgb(187,90,181); }

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

border-color css

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

 span { border-color: rgb(187,90,181); }

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