Html Css Color HEX #BC67AD Fuchsia

📋 copy color: '#BC67AD'

red 188 ◦ green 103 ◦ blue 173

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

Shades of Fuchsia #BC67AD

Tints of Fuchsia #BC67AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.28%

R = 40.52%
G = 22.2%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC67AD (or 0xBC67AD) is known color: Fuchsia. HEX triplet: BC, 67 and AD. RGB value is (188,103,173). Sum of RGB (Red+Green+Blue) = 188+103+173=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 103 (40.62% from 255 or 22.20% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BC67AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC67AD is #439852. Grayscale: #888888. Windows color (decimal): -4429907 or 11364284. OLE color: 11364284.

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

Color convert

RGB 188 103 173 -
CMYK 0 0.45 0.08 0.26
HSL 310.59º 0.39% 0.57% -
HSV(B) 310.59º 0.45% 0.74% -
XYZ 33.13 23.41 42.31 -
YUV 136.4 148.66 164.81 -
System Red Green Blue C M Y K H S L
Decimal 188 103 173 0 0.45 0.08 0.26 310.59 0.39 0.57
Hex BC 67 AD 0 2D 8 1A 137 27 39
Octal 274 147 255 0 55 10 32 467 47 71
Binary 10111100 1100111 10101101 0 101101 1000 11010 100110111 100111 111001

Color Harmonies of #BC67AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC67AD

Black with #BC67AD

Text Example


Text Example

White with #BC67AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC67AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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