Html Css Color HEX #BB6DAC Fuchsia

📋 copy color: '#BB6DAC'

red 187 ◦ green 109 ◦ blue 172

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

Shades of Fuchsia #BB6DAC

Tints of Fuchsia #BB6DAC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.29%

 BLUE value IS 172 (67.58% from 255) = 36.75%

R = 39.96%
G = 23.29%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB6DAC (or 0xBB6DAC) is known color: Fuchsia. HEX triplet: BB, 6D and AC. RGB value is (187,109,172). Sum of RGB (Red+Green+Blue) = 187+109+172=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 109 (42.97% from 255 or 23.29% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6DAC is #449253. Grayscale: #8B8B8B. Windows color (decimal): -4493908 or 11300283. OLE color: 11300283.

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

Color convert

RGB 187 109 172 -
CMYK 0 0.42 0.08 0.27
HSL 311.54º 0.36% 0.58% -
HSV(B) 311.54º 0.42% 0.73% -
XYZ 33.41 24.48 41.99 -
YUV 139.5 146.34 161.88 -
System Red Green Blue C M Y K H S L
Decimal 187 109 172 0 0.42 0.08 0.27 311.54 0.36 0.58
Hex BB 6D AC 0 2A 8 1B 138 24 3A
Octal 273 155 254 0 52 10 33 470 44 72
Binary 10111011 1101101 10101100 0 101010 1000 11011 100111000 100100 111010

Color Harmonies of #BB6DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6DAC

Black with #BB6DAC

Text Example


Text Example

White with #BB6DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6DAC; }

 p { color: rgb(187,109,172); }

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

background-color css

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

 a { background-color: rgb(187,109,172); }

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

border-color css

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

 span { border-color: rgb(187,109,172); }

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