Html Css Color HEX #BC67AC Fuchsia

📋 copy color: '#BC67AC'

red 188 ◦ green 103 ◦ blue 172

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

Shades of Fuchsia #BC67AC

Tints of Fuchsia #BC67AC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.25%

 BLUE value IS 172 (67.58% from 255) = 37.15%

R = 40.6%
G = 22.25%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC67AC (or 0xBC67AC) is known color: Fuchsia. HEX triplet: BC, 67 and AC. RGB value is (188,103,172). Sum of RGB (Red+Green+Blue) = 188+103+172=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 103 (40.62% from 255 or 22.25% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BC67AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC67AC is #439853. Grayscale: #888888. Windows color (decimal): -4429908 or 11298748. OLE color: 11298748.

HSL color Cylindrical-coordinate representation of color #BC67AC: hue angle of 311.29º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC67AC is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 103 172 -
CMYK 0 0.45 0.09 0.26
HSL 311.29º 0.39% 0.57% -
HSV(B) 311.29º 0.45% 0.74% -
XYZ 33.04 23.37 41.8 -
YUV 136.28 148.16 164.89 -
System Red Green Blue C M Y K H S L
Decimal 188 103 172 0 0.45 0.09 0.26 311.29 0.39 0.57
Hex BC 67 AC 0 2D 9 1A 137 27 39
Octal 274 147 254 0 55 11 32 467 47 71
Binary 10111100 1100111 10101100 0 101101 1001 11010 100110111 100111 111001

Color Harmonies of #BC67AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC67AC

Black with #BC67AC

Text Example


Text Example

White with #BC67AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC67AC; }

 p { color: rgb(188,103,172); }

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

background-color css

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

 a { background-color: rgb(188,103,172); }

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

border-color css

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

 span { border-color: rgb(188,103,172); }

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