Html Css Color HEX #BB6BB2 Fuchsia

📋 copy color: '#BB6BB2'

red 187 ◦ green 107 ◦ blue 178

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

Shades of Fuchsia #BB6BB2

Tints of Fuchsia #BB6BB2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.67%

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

R = 39.62%
G = 22.67%
B = 37.71%

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

#BB6BB2 (or 0xBB6BB2) is known color: Fuchsia. HEX triplet: BB, 6B and B2. RGB value is (187,107,178). Sum of RGB (Red+Green+Blue) = 187+107+178=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6BB2 is #44944D. Grayscale: #8A8A8A. Windows color (decimal): -4494414 or 11692987. OLE color: 11692987.

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

Color convert

RGB 187 107 178 -
CMYK 0 0.43 0.05 0.27
HSL 306.75º 0.37% 0.58% -
HSV(B) 306.75º 0.43% 0.73% -
XYZ 33.79 24.29 45.03 -
YUV 139.01 150 162.23 -
System Red Green Blue C M Y K H S L
Decimal 187 107 178 0 0.43 0.05 0.27 306.75 0.37 0.58
Hex BB 6B B2 0 2B 5 1B 133 25 3A
Octal 273 153 262 0 53 5 33 463 45 72
Binary 10111011 1101011 10110010 0 101011 101 11011 100110011 100101 111010

Color Harmonies of #BB6BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6BB2

Black with #BB6BB2

Text Example


Text Example

White with #BB6BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6BB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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