Html Css Color HEX #BB66BB Fuchsia

📋 copy color: '#BB66BB'

red 187 ◦ green 102 ◦ blue 187

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

Shades of Fuchsia #BB66BB

Tints of Fuchsia #BB66BB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.43%

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

R = 39.29%
G = 21.43%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB66BB (or 0xBB66BB) is known color: Fuchsia. HEX triplet: BB, 66 and BB. RGB value is (187,102,187). Sum of RGB (Red+Green+Blue) = 187+102+187=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB66BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB66BB is #449944. Grayscale: #888888. Windows color (decimal): -4495685 or 12281531. OLE color: 12281531.

HSL color Cylindrical-coordinate representation of color #BB66BB: hue angle of 300º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB66BB is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 102 187 -
CMYK 0 0.45 0 0.27
HSL 300º 0.38% 0.57% -
HSV(B) 300º 0.45% 0.73% -
XYZ 34.21 23.66 49.78 -
YUV 137.11 156.16 163.59 -
System Red Green Blue C M Y K H S L
Decimal 187 102 187 0 0.45 0 0.27 300 0.38 0.57
Hex BB 66 BB 0 2D 0 1B 12C 26 39
Octal 273 146 273 0 55 0 33 454 46 71
Binary 10111011 1100110 10111011 0 101101 0 11011 100101100 100110 111001

Color Harmonies of #BB66BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB66BB

Black with #BB66BB

Text Example


Text Example

White with #BB66BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB66BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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