Html Css Color HEX #BB6AB2 Fuchsia

📋 copy color: '#BB6AB2'

red 187 ◦ green 106 ◦ blue 178

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

Shades of Fuchsia #BB6AB2

Tints of Fuchsia #BB6AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.79%

R = 39.7%
G = 22.51%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB6AB2 (or 0xBB6AB2) is known color: Fuchsia. HEX triplet: BB, 6A and B2. RGB value is (187,106,178). Sum of RGB (Red+Green+Blue) = 187+106+178=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6AB2 is #44954D. Grayscale: #8A8A8A. Windows color (decimal): -4494670 or 11692731. OLE color: 11692731.

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

Color convert

RGB 187 106 178 -
CMYK 0 0.43 0.05 0.27
HSL 306.67º 0.37% 0.57% -
HSV(B) 306.67º 0.43% 0.73% -
XYZ 33.68 24.09 44.99 -
YUV 138.43 150.34 162.65 -
System Red Green Blue C M Y K H S L
Decimal 187 106 178 0 0.43 0.05 0.27 306.67 0.37 0.57
Hex BB 6A B2 0 2B 5 1B 133 25 39
Octal 273 152 262 0 53 5 33 463 45 71
Binary 10111011 1101010 10110010 0 101011 101 11011 100110011 100101 111001

Color Harmonies of #BB6AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6AB2

Black with #BB6AB2

Text Example


Text Example

White with #BB6AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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