Html Css Color HEX #BB60B2 Fuchsia

📋 copy color: '#BB60B2'

red 187 ◦ green 96 ◦ blue 178

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

Shades of Fuchsia #BB60B2

Tints of Fuchsia #BB60B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.61%

R = 40.56%
G = 20.82%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB60B2 (or 0xBB60B2) is known color: Fuchsia. HEX triplet: BB, 60 and B2. RGB value is (187,96,178). Sum of RGB (Red+Green+Blue) = 187+96+178=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 178 (69.92% from 255 or 38.61% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BB60B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB60B2 is #449F4D. Grayscale: #848484. Windows color (decimal): -4497230 or 11690171. OLE color: 11690171.

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

Color convert

RGB 187 96 178 -
CMYK 0 0.49 0.05 0.27
HSL 305.93º 0.4% 0.55% -
HSV(B) 305.93º 0.49% 0.73% -
XYZ 32.71 22.14 44.67 -
YUV 132.56 153.65 166.83 -
System Red Green Blue C M Y K H S L
Decimal 187 96 178 0 0.49 0.05 0.27 305.93 0.4 0.55
Hex BB 60 B2 0 31 5 1B 132 28 37
Octal 273 140 262 0 61 5 33 462 50 67
Binary 10111011 1100000 10110010 0 110001 101 11011 100110010 101000 110111

Color Harmonies of #BB60B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB60B2

Black with #BB60B2

Text Example


Text Example

White with #BB60B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB60B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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