Html Css Color HEX #BB60BA Fuchsia

📋 copy color: '#BB60BA'

red 187 ◦ green 96 ◦ blue 186

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

Shades of Fuchsia #BB60BA

Tints of Fuchsia #BB60BA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.47%

 BLUE value IS 186 (73.05% from 255) = 39.66%

R = 39.87%
G = 20.47%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB60BA (or 0xBB60BA) is known color: Fuchsia. HEX triplet: BB, 60 and BA. RGB value is (187,96,186). Sum of RGB (Red+Green+Blue) = 187+96+186=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 187 - color contains mainly: red. Hex color #BB60BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB60BA is #449F45. Grayscale: #858585. Windows color (decimal): -4497222 or 12214459. OLE color: 12214459.

HSL color Cylindrical-coordinate representation of color #BB60BA: hue angle of 300.66º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB60BA is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 96 186 -
CMYK 0 0.49 0.01 0.27
HSL 300.66º 0.4% 0.55% -
HSV(B) 300.66º 0.49% 0.73% -
XYZ 33.54 22.48 49.02 -
YUV 133.47 157.65 166.18 -
System Red Green Blue C M Y K H S L
Decimal 187 96 186 0 0.49 0.01 0.27 300.66 0.4 0.55
Hex BB 60 BA 0 31 1 1B 12D 28 37
Octal 273 140 272 0 61 1 33 455 50 67
Binary 10111011 1100000 10111010 0 110001 1 11011 100101101 101000 110111

Color Harmonies of #BB60BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB60BA

Black with #BB60BA

Text Example


Text Example

White with #BB60BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB60BA; }

 p { color: rgb(187,96,186); }

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

background-color css

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

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

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

border-color css

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

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

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