Html Css Color HEX #BC60B2 Fuchsia

📋 copy color: '#BC60B2'

red 188 ◦ green 96 ◦ blue 178

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

Shades of Fuchsia #BC60B2

Tints of Fuchsia #BC60B2

RGB

 RED value IS 188 (73.83% from 255) = 40.69%

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

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

R = 40.69%
G = 20.78%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC60B2 (or 0xBC60B2) is known color: Fuchsia. HEX triplet: BC, 60 and B2. RGB value is (188,96,178). Sum of RGB (Red+Green+Blue) = 188+96+178=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 96 (37.89% from 255 or 20.78% from 462); Blue value is 178 (69.92% from 255 or 38.53% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BC60B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC60B2 is #439F4D. Grayscale: #848484. Windows color (decimal): -4431694 or 11690172. OLE color: 11690172.

HSL color Cylindrical-coordinate representation of color #BC60B2: hue angle of 306.52º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC60B2 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 96 178 -
CMYK 0 0.49 0.05 0.26
HSL 306.52º 0.41% 0.56% -
HSV(B) 306.52º 0.49% 0.74% -
XYZ 32.96 22.27 44.68 -
YUV 132.86 153.48 167.33 -
System Red Green Blue C M Y K H S L
Decimal 188 96 178 0 0.49 0.05 0.26 306.52 0.41 0.56
Hex BC 60 B2 0 31 5 1A 133 29 38
Octal 274 140 262 0 61 5 32 463 51 70
Binary 10111100 1100000 10110010 0 110001 101 11010 100110011 101001 111000

Color Harmonies of #BC60B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC60B2

Black with #BC60B2

Text Example


Text Example

White with #BC60B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC60B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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