Html Css Color HEX #BB5AB6 Fuchsia

📋 copy color: '#BB5AB6'

red 187 ◦ green 90 ◦ blue 182

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

Shades of Fuchsia #BB5AB6

Tints of Fuchsia #BB5AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.65%

R = 40.74%
G = 19.61%
B = 39.65%

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

#BB5AB6 (or 0xBB5AB6) is known color: Fuchsia. HEX triplet: BB, 5A and B6. RGB value is (187,90,182). Sum of RGB (Red+Green+Blue) = 187+90+182=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 182 (71.48% from 255 or 39.65% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5AB6 is #44A549. Grayscale: #818181. Windows color (decimal): -4498762 or 11950779. OLE color: 11950779.

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

Color convert

RGB 187 90 182 -
CMYK 0 0.52 0.03 0.27
HSL 303.09º 0.42% 0.54% -
HSV(B) 303.09º 0.52% 0.73% -
XYZ 32.59 21.25 46.64 -
YUV 129.49 157.64 169.02 -
System Red Green Blue C M Y K H S L
Decimal 187 90 182 0 0.52 0.03 0.27 303.09 0.42 0.54
Hex BB 5A B6 0 34 3 1B 12F 2A 36
Octal 273 132 266 0 64 3 33 457 52 66
Binary 10111011 1011010 10110110 0 110100 11 11011 100101111 101010 110110

Color Harmonies of #BB5AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5AB6

Black with #BB5AB6

Text Example


Text Example

White with #BB5AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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