Html Css Color HEX #BB6BBB Fuchsia

📋 copy color: '#BB6BBB'

red 187 ◦ green 107 ◦ blue 187

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

Shades of Fuchsia #BB6BBB

Tints of Fuchsia #BB6BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.88%

R = 38.88%
G = 22.25%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB6BBB (or 0xBB6BBB) is known color: Fuchsia. HEX triplet: BB, 6B and BB. RGB value is (187,107,187). Sum of RGB (Red+Green+Blue) = 187+107+187=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB6BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6BBB is #449444. Grayscale: #8B8B8B. Windows color (decimal): -4494405 or 12282811. OLE color: 12282811.

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

Color convert

RGB 187 107 187 -
CMYK 0 0.43 0 0.27
HSL 300º 0.37% 0.58% -
HSV(B) 300º 0.43% 0.73% -
XYZ 34.72 24.67 49.95 -
YUV 140.04 154.5 161.5 -
System Red Green Blue C M Y K H S L
Decimal 187 107 187 0 0.43 0 0.27 300 0.37 0.58
Hex BB 6B BB 0 2B 0 1B 12C 25 3A
Octal 273 153 273 0 53 0 33 454 45 72
Binary 10111011 1101011 10111011 0 101011 0 11011 100101100 100101 111010

Color Harmonies of #BB6BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6BBB

Black with #BB6BBB

Text Example


Text Example

White with #BB6BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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