Html Css Color HEX #BB6AB4 Fuchsia

📋 copy color: '#BB6AB4'

red 187 ◦ green 106 ◦ blue 180

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

Shades of Fuchsia #BB6AB4

Tints of Fuchsia #BB6AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.05%

R = 39.53%
G = 22.41%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BB6AB4 (or 0xBB6AB4) is known color: Fuchsia. HEX triplet: BB, 6A and B4. RGB value is (187,106,180). Sum of RGB (Red+Green+Blue) = 187+106+180=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6AB4 is #44954B. Grayscale: #8A8A8A. Windows color (decimal): -4494668 or 11823803. OLE color: 11823803.

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

Color convert

RGB 187 106 180 -
CMYK 0 0.43 0.04 0.27
HSL 305.19º 0.37% 0.57% -
HSV(B) 305.19º 0.43% 0.73% -
XYZ 33.89 24.17 46.06 -
YUV 138.66 151.34 162.48 -
System Red Green Blue C M Y K H S L
Decimal 187 106 180 0 0.43 0.04 0.27 305.19 0.37 0.57
Hex BB 6A B4 0 2B 4 1B 131 25 39
Octal 273 152 264 0 53 4 33 461 45 71
Binary 10111011 1101010 10110100 0 101011 100 11011 100110001 100101 111001

Color Harmonies of #BB6AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6AB4

Black with #BB6AB4

Text Example


Text Example

White with #BB6AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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