Html Css Color HEX #BC60BB Fuchsia

📋 copy color: '#BC60BB'

red 188 ◦ green 96 ◦ blue 187

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

Shades of Fuchsia #BC60BB

Tints of Fuchsia #BC60BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.7%

R = 39.92%
G = 20.38%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC60BB (or 0xBC60BB) is known color: Fuchsia. HEX triplet: BC, 60 and BB. RGB value is (188,96,187). Sum of RGB (Red+Green+Blue) = 188+96+187=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BC60BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC60BB is #439F44. Grayscale: #858585. Windows color (decimal): -4431685 or 12279996. OLE color: 12279996.

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

Color convert

RGB 188 96 187 -
CMYK 0 0.49 0.01 0.26
HSL 300.65º 0.41% 0.56% -
HSV(B) 300.65º 0.49% 0.74% -
XYZ 33.89 22.64 49.6 -
YUV 133.88 157.98 166.6 -
System Red Green Blue C M Y K H S L
Decimal 188 96 187 0 0.49 0.01 0.26 300.65 0.41 0.56
Hex BC 60 BB 0 31 1 1A 12D 29 38
Octal 274 140 273 0 61 1 32 455 51 70
Binary 10111100 1100000 10111011 0 110001 1 11010 100101101 101001 111000

Color Harmonies of #BC60BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC60BB

Black with #BC60BB

Text Example


Text Example

White with #BC60BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC60BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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