Html Css Color HEX #BB60B0 Fuchsia

📋 copy color: '#BB60B0'

red 187 ◦ green 96 ◦ blue 176

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

Shades of Fuchsia #BB60B0

Tints of Fuchsia #BB60B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.34%

R = 40.74%
G = 20.92%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BB60B0 (or 0xBB60B0) is known color: Fuchsia. HEX triplet: BB, 60 and B0. RGB value is (187,96,176). Sum of RGB (Red+Green+Blue) = 187+96+176=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BB60B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB60B0 is #449F4F. Grayscale: #848484. Windows color (decimal): -4497232 or 11559099. OLE color: 11559099.

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

Color convert

RGB 187 96 176 -
CMYK 0 0.49 0.06 0.27
HSL 307.25º 0.4% 0.55% -
HSV(B) 307.25º 0.49% 0.73% -
XYZ 32.51 22.07 43.62 -
YUV 132.33 152.65 167 -
System Red Green Blue C M Y K H S L
Decimal 187 96 176 0 0.49 0.06 0.27 307.25 0.4 0.55
Hex BB 60 B0 0 31 6 1B 133 28 37
Octal 273 140 260 0 61 6 33 463 50 67
Binary 10111011 1100000 10110000 0 110001 110 11011 100110011 101000 110111

Color Harmonies of #BB60B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB60B0

Black with #BB60B0

Text Example


Text Example

White with #BB60B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB60B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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