Html Css Color HEX #BC76BD Fuchsia

📋 copy color: '#BC76BD'

red 188 ◦ green 118 ◦ blue 189

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

Shades of Fuchsia #BC76BD

Tints of Fuchsia #BC76BD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.84%

 BLUE value IS 189 (74.22% from 255) = 38.18%

R = 37.98%
G = 23.84%
B = 38.18%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC76BD (or 0xBC76BD) is known color: Fuchsia. HEX triplet: BC, 76 and BD. RGB value is (188,118,189). Sum of RGB (Red+Green+Blue) = 188+118+189=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC76BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC76BD is #438942. Grayscale: #929292. Windows color (decimal): -4426051 or 12416700. OLE color: 12416700.

HSL color Cylindrical-coordinate representation of color #BC76BD: hue angle of 299.15º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC76BD is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 118 189 -
CMYK 0.01 0.38 0 0.26
HSL 299.15º 0.35% 0.6% -
HSV(B) 299.15º 0.38% 0.74% -
XYZ 36.4 27.32 51.5 -
YUV 147.02 151.69 157.23 -
System Red Green Blue C M Y K H S L
Decimal 188 118 189 0.01 0.38 0 0.26 299.15 0.35 0.6
Hex BC 76 BD 1 26 0 1A 12B 23 3C
Octal 274 166 275 1 46 0 32 453 43 74
Binary 10111100 1110110 10111101 1 100110 0 11010 100101011 100011 111100

Color Harmonies of #BC76BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC76BD

Black with #BC76BD

Text Example


Text Example

White with #BC76BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC76BD; }

 p { color: rgb(188,118,189); }

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

background-color css

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

 a { background-color: rgb(188,118,189); }

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

border-color css

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

 span { border-color: rgb(188,118,189); }

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