Html Css Color HEX #BB6ABA Fuchsia

📋 copy color: '#BB6ABA'

red 187 ◦ green 106 ◦ blue 186

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

Shades of Fuchsia #BB6ABA

Tints of Fuchsia #BB6ABA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.13%

 BLUE value IS 186 (73.05% from 255) = 38.83%

R = 39.04%
G = 22.13%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB6ABA (or 0xBB6ABA) is known color: Fuchsia. HEX triplet: BB, 6A and BA. RGB value is (187,106,186). Sum of RGB (Red+Green+Blue) = 187+106+186=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 106 (41.80% from 255 or 22.13% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6ABA is #449545. Grayscale: #8B8B8B. Windows color (decimal): -4494662 or 12217019. OLE color: 12217019.

HSL color Cylindrical-coordinate representation of color #BB6ABA: hue angle of 300.74º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB6ABA is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 106 186 -
CMYK 0 0.43 0.01 0.27
HSL 300.74º 0.37% 0.57% -
HSV(B) 300.74º 0.43% 0.73% -
XYZ 34.51 24.42 49.35 -
YUV 139.34 154.34 162 -
System Red Green Blue C M Y K H S L
Decimal 187 106 186 0 0.43 0.01 0.27 300.74 0.37 0.57
Hex BB 6A BA 0 2B 1 1B 12D 25 39
Octal 273 152 272 0 53 1 33 455 45 71
Binary 10111011 1101010 10111010 0 101011 1 11011 100101101 100101 111001

Color Harmonies of #BB6ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6ABA

Black with #BB6ABA

Text Example


Text Example

White with #BB6ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6ABA; }

 p { color: rgb(187,106,186); }

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

background-color css

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

 a { background-color: rgb(187,106,186); }

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

border-color css

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

 span { border-color: rgb(187,106,186); }

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