Html Css Color HEX #BB66B7 Fuchsia

📋 copy color: '#BB66B7'

red 187 ◦ green 102 ◦ blue 183

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

Shades of Fuchsia #BB66B7

Tints of Fuchsia #BB66B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.77%

R = 39.62%
G = 21.61%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BB66B7 (or 0xBB66B7) is known color: Fuchsia. HEX triplet: BB, 66 and B7. RGB value is (187,102,183). Sum of RGB (Red+Green+Blue) = 187+102+183=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BB66B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB66B7 is #449948. Grayscale: #888888. Windows color (decimal): -4495689 or 12019387. OLE color: 12019387.

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

Color convert

RGB 187 102 183 -
CMYK 0 0.45 0.02 0.27
HSL 302.82º 0.38% 0.57% -
HSV(B) 302.82º 0.45% 0.73% -
XYZ 33.79 23.49 47.55 -
YUV 136.65 154.16 163.91 -
System Red Green Blue C M Y K H S L
Decimal 187 102 183 0 0.45 0.02 0.27 302.82 0.38 0.57
Hex BB 66 B7 0 2D 2 1B 12F 26 39
Octal 273 146 267 0 55 2 33 457 46 71
Binary 10111011 1100110 10110111 0 101101 10 11011 100101111 100110 111001

Color Harmonies of #BB66B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB66B7

Black with #BB66B7

Text Example


Text Example

White with #BB66B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB66B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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