Html Css Color HEX #BB6DAF Fuchsia

📋 copy color: '#BB6DAF'

red 187 ◦ green 109 ◦ blue 175

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

Shades of Fuchsia #BB6DAF

Tints of Fuchsia #BB6DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.15%

R = 39.7%
G = 23.14%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BB6DAF (or 0xBB6DAF) is known color: Fuchsia. HEX triplet: BB, 6D and AF. RGB value is (187,109,175). Sum of RGB (Red+Green+Blue) = 187+109+175=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6DAF is #449250. Grayscale: #8B8B8B. Windows color (decimal): -4493905 or 11496891. OLE color: 11496891.

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

Color convert

RGB 187 109 175 -
CMYK 0 0.42 0.06 0.27
HSL 309.23º 0.36% 0.58% -
HSV(B) 309.23º 0.42% 0.73% -
XYZ 33.7 24.6 43.53 -
YUV 139.85 147.84 161.63 -
System Red Green Blue C M Y K H S L
Decimal 187 109 175 0 0.42 0.06 0.27 309.23 0.36 0.58
Hex BB 6D AF 0 2A 6 1B 135 24 3A
Octal 273 155 257 0 52 6 33 465 44 72
Binary 10111011 1101101 10101111 0 101010 110 11011 100110101 100100 111010

Color Harmonies of #BB6DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6DAF

Black with #BB6DAF

Text Example


Text Example

White with #BB6DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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